Add memcache sls
This commit is contained in:
parent
8b5117a24b
commit
b3b0600dd3
8
memcached/init.sls
Normal file
8
memcached/init.sls
Normal file
@ -0,0 +1,8 @@
|
||||
memcached:
|
||||
pkg:
|
||||
- instaled
|
||||
service:
|
||||
- running
|
||||
- enable: True
|
||||
- require:
|
||||
- pkg: memcached
|
Loading…
Reference in New Issue
Block a user