Skip to content

Commit 89be152

Browse files
author
Stephen
committed
Require the dir env directory before we try to write to the ini file
1 parent e43a0de commit 89be152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/masterenv.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
$section = ''
3333
file { "${environmentpath}/${name}":
3434
ensure => directory,
35+
before => [Ini_setting["masterenvmodule${name}"],Ini_setting["masterenvmanifest${name}"]],
3536
}
3637
}
3738
default: {

0 commit comments

Comments
 (0)