summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-12-29 23:58:32 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-12-29 23:58:32 -0200
commit2cb2ff5878cc7dd18cdfac38e37ce0664cb9e17b (patch)
treeca6e9b712f54ef7206863eb4b6618248b231908e /manifests
parent10167c1f1d0d288760c631ae6e46270e4a69e93a (diff)
downloadpuppet-cherrymusic-2cb2ff5878cc7dd18cdfac38e37ce0664cb9e17b.tar.gz
puppet-cherrymusic-2cb2ff5878cc7dd18cdfac38e37ce0664cb9e17b.tar.bz2
Move service to port 8100
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f26da35..dcd03dc 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -42,6 +42,7 @@ class cherrymusic {
'puppet:///modules/cherrymusic/cherrymusic.conf',
],
require => File['/var/lib/cherrymusic/.config/cherrymusic'],
+ notify => Service['cherrymusic@cherrymusic'],
}
file { '/etc/systemd/system/cherrymusic@.service':