Skip to content

Commit

Permalink
#2349: service.pp, ensure flask related packages installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Mar 16, 2016
1 parent c572b08 commit 597a1d7
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -6,6 +6,12 @@
## variables
$environment = 'development'

## include webserver dependencies
include python
include python::flask
include python::requests

## define webserver
file { 'server-startup-script':
path => '/etc/init/flask.conf',
ensure => 'present',
Expand Down

0 comments on commit 597a1d7

Please sign in to comment.