Skip to content

Commit 710ffa1

Browse files
author
Tim Meusel
committed
added working nginx/unicorn support
this module now supports nginx and httpd, gninx vhost is nwo generated from a template
1 parent 3ad28c0 commit 710ffa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/unicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# hacky vhost
3737
file {'puppetmaster-vhost':
3838
path => '/etc/nginx/sites-available/puppetmaster',
39-
source => 'puppet:///templates/puppet/puppetmaster',
39+
content => template('puppet/puppetmaster'),
4040
} ->
4141
file {'enable-puppetmaster-vhost':
4242
path => '/etc/nginx/sites-enabled/puppetmaster',

0 commit comments

Comments
 (0)