diff options
Diffstat (limited to 'deploy/puppet/gluon/manifests/gluon-post.pp')
-rw-r--r-- | deploy/puppet/gluon/manifests/gluon-post.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy/puppet/gluon/manifests/gluon-post.pp b/deploy/puppet/gluon/manifests/gluon-post.pp new file mode 100644 index 0000000..e32f424 --- /dev/null +++ b/deploy/puppet/gluon/manifests/gluon-post.pp @@ -0,0 +1,4 @@ +notice('MODULAR: gluon-post.pp') +include gluon + +class { 'gluon::post': } |