Skip to content

Commit

Permalink
#2932: site.pp, add file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Mar 6, 2017
1 parent 46caac7 commit 456c300
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions puppet/environment/docker/manifests/site.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
###
### site.pp: load all necessary modules.
###
### Note: this file is not currently implemented, since the docker environment
### employs dockerfiles, where corresponding 'init.pp' are included.
###

include package
include sklearn
include redis
include system
include compiler
include database
include webserver

0 comments on commit 456c300

Please sign in to comment.