]> gitweb.fluxo.info Git - puppet-cherrymusic.git/commitdiff
Move service to port 8100
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 30 Dec 2018 01:58:32 +0000 (23:58 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 30 Dec 2018 01:58:32 +0000 (23:58 -0200)
files/cherrymusic.conf
manifests/init.pp

index 1c96ddeb7897f8145843dbffdf9d3004943a0ede..524c2e207db41990c5c5279aa75847033dec3794 100644 (file)
@@ -68,7 +68,7 @@ pure_database_lookup = False
 
 ; The port the server will listen to.
 ; 
-port = 8080
+port = 8100
 
 ; When set to true, the server will listen on a IPv6 socket instead of IPv4
 ; 
index f26da35685e53a3f86d65858462482cbaef7fed5..dcd03dc90a9aff13a699f8776ba94153049f8948 100644 (file)
@@ -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':