Skip to content

Commit

Permalink
puppet-lint: autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 12, 2018
1 parent f6b0425 commit 8a503f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gunicorn.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
environment => 'prod',
appmodule => 'app:app',
osenv => {
'DBHOST' => 'dbserver.example.com'
'DBHOST' => 'dbserver.example.com',
},
timeout => 30,
template => 'python/gunicorn.erb',
Expand Down
2 changes: 1 addition & 1 deletion examples/pyvenv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

python::pip { 'uwsgi':
ensure => 'latest',
virtualenv => '/opt/uwsgi'
virtualenv => '/opt/uwsgi',
}

0 comments on commit 8a503f4

Please sign in to comment.