diff options
-rw-r--r-- | code/environments/production/manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 5de1da0..5c2608c 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -111,7 +111,7 @@ class fsautoresizetab_change_usr { path => '/etc/fsautoresizetab', line => '/usr 10% 30g 5%', match => '^/usr\ .*', - require => File["/etc/fsautoresizetab"], + require => File["/etc/fsautoresizetab"], } } |