We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74ba27 commit 13a6f59Copy full SHA for 13a6f59
manifests/masterenv.pp
@@ -22,8 +22,11 @@
22
23
case $::puppet::master::environments {
24
'directory': {
25
- $path = "${::puppet::master::environmentpath}/environment.conf"
+ $path = "${::puppet::master::environmentpath}/${name}/environment.conf"
26
$section = ''
27
+ file { "${::puppet::master::environmentpath}/${name}":
28
+ ensure => directory,
29
+ }
30
},
31
default: {
32
$path = $puppet_conf
0 commit comments