diff --git a/salt/profile/wiki/files/memcached.apparmor b/salt/profile/wiki/files/memcached.apparmor index 3e273f8..e7b5ba8 100644 --- a/salt/profile/wiki/files/memcached.apparmor +++ b/salt/profile/wiki/files/memcached.apparmor @@ -14,7 +14,7 @@ #include -profile memcached /usr/sbin/memcached flags=(complain) { +profile memcached /usr/sbin/memcached { #include #include diff --git a/salt/profile/wiki/memcached.sls b/salt/profile/wiki/memcached.sls index 072d43a..b77b5a5 100644 --- a/salt/profile/wiki/memcached.sls +++ b/salt/profile/wiki/memcached.sls @@ -9,6 +9,6 @@ memcached: /etc/sysconfig/memcached: file.replace: - pattern: ^MEMCACHED_PARAMS=.*$ - - repl: MEMCACHED_PARAMS="-l 127.0.0.1 -m 2048" + - repl: MEMCACHED_PARAMS="-l 127.0.0.1 -m 4096" - listen_in: - service: memcached