summaryrefslogtreecommitdiff
path: root/code/environments/production
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-20 23:43:22 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-20 23:43:22 +0100
commit106f46ba20179f73e6e00362c2ccee5cb5643de8 (patch)
tree516887bda88cf0947e2e35d81d353590a72dc1c9 /code/environments/production
parentc84944eb4249fe0c2a3353b458dc6003489e0640 (diff)
downloadpuppet.KATH-106f46ba20179f73e6e00362c2ccee5cb5643de8.tar.gz
puppet.KATH-106f46ba20179f73e6e00362c2ccee5cb5643de8.tar.bz2
puppet.KATH-106f46ba20179f73e6e00362c2ccee5cb5643de8.zip
white space cleanup
Diffstat (limited to 'code/environments/production')
-rw-r--r--code/environments/production/manifests/site.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index c01c8a5..9896e72 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -104,7 +104,7 @@ class fsautoresizetab_change_var {
path => '/etc/fsautoresizetab',
line => '/var 10% 30g defaults',
match => '^/var\ .*',
- }
+ }
}
class fsautoresizetab_change_usr {
@@ -112,7 +112,7 @@ class fsautoresizetab_change_usr {
path => '/etc/fsautoresizetab',
line => '/usr 10% 30g defaults',
match => '^/usr\ .*',
- }
+ }
}
#node "all_hosts" {