Skip to content

Commit 8a503f4

Browse files
committed
puppet-lint: autofix
1 parent f6b0425 commit 8a503f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/gunicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
environment => 'prod',
1414
appmodule => 'app:app',
1515
osenv => {
16-
'DBHOST' => 'dbserver.example.com'
16+
'DBHOST' => 'dbserver.example.com',
1717
},
1818
timeout => 30,
1919
template => 'python/gunicorn.erb',

examples/pyvenv.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
python::pip { 'uwsgi':
1010
ensure => 'latest',
11-
virtualenv => '/opt/uwsgi'
11+
virtualenv => '/opt/uwsgi',
1212
}

0 commit comments

Comments
 (0)