Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmc5 committed Nov 4, 2012
1 parent 4eb8cc9 commit ce9927f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ It relies on sickbeard, hiera and git.
https://github.com/puppetlabs/hiera
https://github.com/josephmc5/puppet-git.git
https://github.com/josephmc5/puppet-sickbeard
https://github.com/jfryman/puppet-nginx.git

Clone both of the above into /etc/puppet/modules/

Expand All @@ -23,15 +24,23 @@ You will need a hiera.yaml. For example:

Then create a common.yaml in the datadir you specified above:
<pre>
sabnzbd_api_key : ''
external_dns : ''
sabnzbd_host : 'localhost'
sabnzbd_port : '8080'
sabnzbd_ssl : '0'
sabnzbd_api_key : ''
sabnzbd_nzb_key : ''
sabnzbd_webroot : '/sabnzbd'
app_dir : '/opt'
email_to : ''
email_server : ''
email_passwd : ''
email_from : ''
nzb_scan_dir : ''
complete_download_dir : '/media/watcher/download/complete'
complete_movie_download_dir : '/media/watcher/download/complete/movies'
complete_music_download_dir : '/media/watcher/download/complete/music'
complete_tv_download_dir : '/media/watcher/download/complete/music'
incomplete_download_dir : '/media/watcher/download/incomplete'
nzb_server : 'news.giganews.com'
nzb_server_username : ''
Expand All @@ -43,4 +52,11 @@ nzb_server_ssl : '1'
enable_growl : '1'
nzbmatrix_username : ''
nzbmatrix_apikey : ''

sabnzbd_apikey : ''
sickbeard_host : 'locahost'
sickbeard_port : '8081'
sickbeard_webroot : '/tv'

plex_server_host : 'localhost'
</pre>

0 comments on commit ce9927f

Please sign in to comment.