File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
$group_id = undef ,
58
58
$modulepath = $::puppet::params::modulepath,
59
59
$manifest = $::puppet::params::manifest,
60
- $external_nodes = ' UNSET ' ,
61
- $node_terminus = ' UNSET ' ,
60
+ $external_nodes = undef ,
61
+ $node_terminus = undef ,
62
62
$hiera_config = $::puppet::params::hiera_config,
63
63
$environmentpath = $::puppet::params::environmentpath,
64
64
$environments = $::puppet::params::environments,
229
229
value => $environmentpath ,
230
230
}
231
231
232
- if $external_nodes != ' UNSET ' {
232
+ if $external_nodes != undef {
233
233
ini_setting {'puppetmasterencconfig' :
234
234
ensure => present ,
235
235
setting => ' external_nodes' ,
242
242
value => ' exec'
243
243
}
244
244
}
245
- elsif $node_terminus != ' UNSET ' {
245
+ elsif $node_terminus != undef {
246
246
ini_setting {'puppetmasternodeterminus' :
247
247
ensure => present ,
248
248
setting => ' node_terminus' ,
You can’t perform that action at this time.
0 commit comments