Skip to content

Commit

Permalink
Merge pull request redhat-openstack#31 from cornelf/centos7-handle-se…
Browse files Browse the repository at this point in the history
…rvice-when-it-exist

CentOS7 with mesosphere repo installation fix
  • Loading branch information
deric committed Sep 16, 2015
2 parents 6fff06d + c5d997f commit 08a9365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
file { '/usr/lib/systemd/system/zookeeper.service':
ensure => 'present',
content => template('zookeeper/zookeeper.service.erb'),
replace => "no"
} ~>
exec { 'systemctl daemon-reload # for zookeeper':
refreshonly => true,
Expand Down

0 comments on commit 08a9365

Please sign in to comment.