Skip to content

Commit 036326b

Browse files
committed
fix syntax error
1 parent 13a6f59 commit 036326b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/masterenv.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
file { "${::puppet::master::environmentpath}/${name}":
2828
ensure => directory,
2929
}
30-
},
30+
}
3131
default: {
3232
$path = $puppet_conf
3333
$section = $name

0 commit comments

Comments
 (0)