diff options
-rwxr-xr-x | apache/apache-ssl.cf | 7 | ||||
-rwxr-xr-x | apache/apache.cf | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/apache/apache-ssl.cf b/apache/apache-ssl.cf index 37a2a4b..1a63b4b 100755 --- a/apache/apache-ssl.cf +++ b/apache/apache-ssl.cf @@ -1,9 +1,10 @@ #! /usr/bin/cfengine -qf control: - OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) - AddInstallable = ( apache_ssl_reload ) + OutputPrefix = ("${cf_prefix}") + actionsequence = ( editfiles ) + AddInstallable = ( apache_ssl_reload ) + EditfileSize = ( 50000 ) editfiles: any:: diff --git a/apache/apache.cf b/apache/apache.cf index 8716601..e3b7ff7 100755 --- a/apache/apache.cf +++ b/apache/apache.cf @@ -1,9 +1,10 @@ #! /usr/bin/cfengine -qf control: - OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) - AddInstallable = ( apache_reload ) + OutputPrefix = ("${cf_prefix}") + actionsequence = ( editfiles ) + AddInstallable = ( apache_reload ) + EditfileSize = ( 50000 ) editfiles: any:: |