diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-12-30 01:39:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-12-30 01:39:27 -0200 |
commit | 01c56a3c4c8772ceade8d44471c8f389e3a462e5 (patch) | |
tree | 6bb07c5f262a9b90344c94e44f40375a90ecb7d6 | |
parent | 2cb2ff5878cc7dd18cdfac38e37ce0664cb9e17b (diff) | |
download | puppet-cherrymusic-master.tar.gz puppet-cherrymusic-master.tar.bz2 |
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index dcd03dc..f15378a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -86,6 +86,7 @@ class cherrymusic { File['/var/lib/cherrymusic/.config/cherrymusic/cherrymusic.conf', '/etc/systemd/system/cherrymusic@.service', ], # '/usr/local/bin/cherrymusic'], Vcsrepo['/usr/local/share/cherrymusic'], Exec['systemctl-enable-cherrymusic'], + Package['python3-cherrypy3', 'lame'], ], } |