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

Commit

Permalink
setting replace on gunicorn-conf file so puppet will pickup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetepete committed Mar 12, 2021
1 parent 5ef9635 commit cd459b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
}
file { '/etc/gunicorn-conf.py' :
ensure => 'file',
replace => true,
source => "${guconf}" #'puppet:///modules/marsnat/nginx/gunicorn-conf.py',
}
# BOUNCE: supervisorctl restart nginx
Expand Down

0 comments on commit cd459b6

Please sign in to comment.