summaryrefslogtreecommitdiff
path: root/code/environments/production
diff options
context:
space:
mode:
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" {