Skip to content

Commit

Permalink
rework module for puppet v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarne committed Sep 29, 2017
1 parent 6d0599e commit 2c01b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

file { '/etc/init.d/memcached':
ensure => present,
source => "puppet:///modules/memcached/${memcached::params::service_name}",
source => "puppet:///modules/memcached/${memcached::params::init_file}",
owner => 'root',
group => 'root',
mode => '0755',
Expand Down

0 comments on commit 2c01b65

Please sign in to comment.