Skip to content

Commit 5342ec9

Browse files
Cleanup up the use of UNSET vs undef
1 parent fa4cc12 commit 5342ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/master.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
$storeconfigs_dbport = $::puppet::params::storeconfigs_dbport,
6565
$certname = $::fqdn,
6666
$autosign = false,
67-
$reporturl = 'UNSET',
67+
$reporturl = undef,
6868
$puppet_ssldir = $::puppet::params::puppet_ssldir,
6969
$puppet_docroot = $::puppet::params::puppet_docroot,
7070
$puppet_vardir = $::puppet::params::puppet_vardir,
@@ -261,7 +261,7 @@
261261
value => $parser,
262262
}
263263

264-
if $reporturl != 'UNSET'{
264+
if $reporturl != undef {
265265
ini_setting {'puppetmasterreport':
266266
ensure => present,
267267
setting => 'reporturl',

0 commit comments

Comments
 (0)