Skip to content

Commit

Permalink
service for memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarne committed Oct 3, 2017
1 parent 2c01b65 commit 2b74212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
file { "/etc/memcached_${name}.conf":
content => template($memcached::params::config_tmpl),
require => File['/etc/init.d/memcached'],
notify => Service['memcached'],
notify => Service["memcached_${name}"],
}

if $::operatingsystemrelease =~ /^8/ {
Expand Down

0 comments on commit 2b74212

Please sign in to comment.