Skip to content

Commit

Permalink
#3287: install.pp, require 'system::packages'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Oct 3, 2018
1 parent 6fd002b commit 2b66f97
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@

## install gunicorn
package { 'gunicorn':
ensure => $gunicorn_version,
provider => 'pip3',
ensure => $gunicorn_version,
provider => 'pip3',
require => Class['system::packages'],
}
}

0 comments on commit 2b66f97

Please sign in to comment.