Page 1 of 1

My Subsonic Puppet Module

PostPosted: Thu May 17, 2012 3:16 pm
by CraigWatson
Hi all,
I've done some work this afternoon on a Puppet module to install and configure Subsonic on Ubuntu 12.04 (Precise Pangolin).

For those who are interested, the project is hosted on Github here: https://github.com/craigwatson/puppet-subsonic

Comments, feedback and contributions for other distros welcome :)

Cheers,
Craig

Re: My Subsonic Puppet Module

PostPosted: Fri May 25, 2012 2:51 pm
by CraigWatson
Hi all,
I've done some minor tweaks to the configuration so that you can now roll out Subsonic with customised default arguments like so:

Code: Select all
  subsonic { 'name':
    https_port => '4044',
    http_port  => '4040',
    max_memory => '256',
}


Updated code: https://github.com/craigwatson/puppet-subsonic

I've also split my apt repository code into a separate Github repository: https://github.com/craigwatson/puppet-apt

Anyone is welcome to test or comment - as far as I know this is the first Puppet module written for Subsonic :)

Thanks,
Craig

Re: My Subsonic Puppet Module

PostPosted: Sat Jun 16, 2012 8:12 pm
by philip550c
cool, thank you.