diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-10 13:29:15 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-10 13:29:15 +0100 |
commit | a8b475decbdebc91250f34bb359f18895f569fe5 (patch) | |
tree | 20aefbdab57db98a856b5c9db888d33d8e980f6e /code/environments | |
parent | 5d66c9ed0c77740a3ab46ec417629652e1e44c4b (diff) | |
download | puppet.FWSECK-a8b475decbdebc91250f34bb359f18895f569fe5.tar.gz puppet.FWSECK-a8b475decbdebc91250f34bb359f18895f569fe5.tar.bz2 puppet.FWSECK-a8b475decbdebc91250f34bb359f18895f569fe5.zip |
fsautoresizetab: Allow /usr to grow up to 30Gb.
Diffstat (limited to 'code/environments')
-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 2488b47..72568d3 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -99,7 +99,7 @@ class fsautoresizetab { class fsautoresizetab_change_usr { file_line { 'usr': path => '/etc/fsautoresizetab', - line => '/usr 10% 18g 5%', + line => '/usr 10% 30g 5%', match => '^/usr\ .*', require => File["/etc/fsautoresizetab"], } |