summaryrefslogtreecommitdiffstats
path: root/deploy/puppet/gluon/modules/gluon/manifests/install.pp
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2017-02-03 10:38:42 +0100
committerGeorg Kunz <georg.kunz@ericsson.com>2017-02-06 16:08:55 +0100
commit77804f22bf3e76f3080f27f426aa8dbc8c86b87d (patch)
tree82a26de352159bf5e209ccc88c25cf667462a88b /deploy/puppet/gluon/modules/gluon/manifests/install.pp
parent94aefc7d43d2dcdbfb6a0951f9120d9e17f6db74 (diff)
Restructuring Gluon puppet manifests
Structuring the puppet manifests similar to how it is done in OpenDaylight and etcd. Change-Id: I9d0fb60ddd626129b38b1f642ce3894ca3098cc4 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'deploy/puppet/gluon/modules/gluon/manifests/install.pp')
-rw-r--r--deploy/puppet/gluon/modules/gluon/manifests/install.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deploy/puppet/gluon/modules/gluon/manifests/install.pp b/deploy/puppet/gluon/modules/gluon/manifests/install.pp
deleted file mode 100644
index 28dbca2..0000000
--- a/deploy/puppet/gluon/modules/gluon/manifests/install.pp
+++ /dev/null
@@ -1,11 +0,0 @@
-class gluon::install inherits gluon {
-
- package { 'python-click':
- ensure => installed,
- }
-
- package { 'gluon':
- ensure => installed,
- }
-
-}