Skip to content

Commit

Permalink
Workaround for internal server error
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn authored Dec 25, 2021
1 parent 5df5dec commit 471123f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion site-modules/profile/manifests/puppet/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,18 @@

# Configure Apache on this server
class { 'apache': }
class { 'apache::mod::wsgi': }
class { 'apache::mod::wsgi':
package_name => 'libapache2-mod-wsgi-py3',
mod_path => '/usr/lib/apache2/modules/mod_wsgi.so',
wsgi_application_group => 'puppet',
}

# Configure Puppetboard
class { 'puppetboard':
manage_git => true,
manage_virtualenv => true,
default_environment => 'production',
virtualenv_version => '3',
}
# Access Puppetboard through pboard.example.com
class { 'puppetboard::apache::vhost':
Expand Down

0 comments on commit 471123f

Please sign in to comment.