diff options
Diffstat (limited to 'manifests/site.pp')
-rw-r--r-- | manifests/site.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 861af89..cbbaba6 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -101,7 +101,8 @@ class fsautoresizetab_change_usr { path => '/etc/fsautoresizetab', line => '/usr 10% 18g 5%', match => '^/usr\ .*', - } + before => Exec['fsautoresizetab'], + } } |