Skip to content

Commit

Permalink
[COOK-4308] - Enable memcache on RHEL, Fedora, and Suse
Browse files Browse the repository at this point in the history
Signed-off-by: Sean OMeara <someara@opscode.com>
  • Loading branch information
Eric Tucker authored and Sean OMeara committed Mar 12, 2014
1 parent 69a3884 commit 72798e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Expand Up @@ -56,7 +56,7 @@ platforms:
- name: ubuntu-1204
driver_plugin: digitalocean
driver_config:
image_id: 1015253
image_id: 1505447
flavor_id: 63
region_id: 1
ssh_key_ids: <%= ENV['DIGITAL_OCEAN_SSH_KEY_IDS'] %>
Expand Down
4 changes: 2 additions & 2 deletions recipes/default.rb
Expand Up @@ -40,8 +40,8 @@
end

service 'memcached' do
action :nothing
supports :status => true, :start => true, :stop => true, :restart => true
action :enable
supports :status => true, :start => true, :stop => true, :restart => true, :enable => true
end

case node['platform_family']
Expand Down

0 comments on commit 72798e6

Please sign in to comment.