Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit efadb69

Browse files
committed
switch to passenger for dashboard
1 parent 003c55a commit efadb69

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

VagrantConf/manifests/default.pp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
class { 'puppetdb::master::config': }
2626

2727
class {'dashboard':
28-
dashboard_site => $fqdn,
29-
dashboard_port => '3000',
30-
require => Package["puppetmaster"],
28+
dashboard_site => $fqdn,
29+
dashboard_port => '3000',
30+
passenger => true,
31+
passenger_install => true,
32+
require => Package["puppetmaster"],
3133
}
3234

3335
##we copy rather than symlinking as puppet will manage this

0 commit comments

Comments
 (0)