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

Commit

Permalink
switch to passenger for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
andersbs committed Jul 14, 2014
1 parent 003c55a commit efadb69
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions VagrantConf/manifests/default.pp
Expand Up @@ -25,9 +25,11 @@
class { 'puppetdb::master::config': }

class {'dashboard':
dashboard_site => $fqdn,
dashboard_port => '3000',
require => Package["puppetmaster"],
dashboard_site => $fqdn,
dashboard_port => '3000',
passenger => true,
passenger_install => true,
require => Package["puppetmaster"],
}

##we copy rather than symlinking as puppet will manage this
Expand Down

0 comments on commit efadb69

Please sign in to comment.