Skip to content

Commit a42daa9

Browse files
committed
Change section for environmentpath setting
environmentpath should be in the [main] section, not [master]
1 parent 0c15ebc commit a42daa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/master.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
ensure => $setting_directory,
228228
setting => 'environmentpath',
229229
value => $environmentpath,
230+
section => 'main',
230231
}
231232

232233
if $external_nodes != undef {

0 commit comments

Comments
 (0)