Skip to content

Commit ad09a69

Browse files
committed
fixed whitespaces and tabs
1 parent 235a114 commit ad09a69

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

manifests/masterenv.pp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
$environments = $::puppet::master::environments,
2626
$environmentpath = $::puppet::master::environmentpath
2727
) {
28-
28+
2929
case $environments {
3030
'directory': {
31-
$path = "${environmentpath}/${name}/environment.conf"
32-
$section = ''
33-
file { "${environmentpath}/${name}":
34-
ensure => directory,
35-
}
31+
$path = "${environmentpath}/${name}/environment.conf"
32+
$section = ''
33+
file { "${environmentpath}/${name}":
34+
ensure => directory,
35+
}
3636
}
3737
default: {
38-
$path = $puppet_conf
39-
$section = $name
38+
$path = $puppet_conf
39+
$section = $name
4040
}
4141
}
4242

0 commit comments

Comments
 (0)