Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
reverting changes to install.pp before next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetepete committed Mar 16, 2022
1 parent 7e98324 commit 8a45976
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 26 deletions.
15 changes: 0 additions & 15 deletions files/gunicorn.service

This file was deleted.

21 changes: 10 additions & 11 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#!include augeas
ensure_resource('package', ['git', ], {'ensure' => 'present'})
package{ ['epel-release', 'jemalloc', 'ganglia',
'nginx',
'nginx', 'supervisor',
'xinetd'] : }

group { 'tada':
Expand Down Expand Up @@ -358,17 +358,16 @@
ensure => 'present',
source => 'puppet:///modules/marsnat/uwsgi_params',
}
file { '/etc/systemd/system/gunicorn.service' :
ensure => 'present',
owner => 'root',
group => 'root',
mode => '0644',
replace => true,
source => 'puppet:///modules/marsnat/gunicorn.service'
file { '/etc/supervisord.d' :
ensure => 'directory',
}
file { '/etc/supervisord.d/supervisor-app.conf' :
ensure => 'file',
source => 'puppet:///modules/marsnat/nginx/supervisor-app.conf',
}
~> service {'gunicorn':
ensure => 'running',
subscribe => [ Vcsrepo['/opt/mars'] ],
file { '/etc/supervisord.conf' :
ensure => 'file',
source => 'puppet:///modules/marsnat/nginx/supervisord.conf',
}
file { '/etc/gunicorn-conf.py' :
ensure => 'file',
Expand Down

0 comments on commit 8a45976

Please sign in to comment.