summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorFrank Brockners <fbrockne@cisco.com>2015-04-09 11:08:51 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-04-09 11:08:51 +0000
commitd83bb1225f836315cab4bddc15fc6a5f3629b161 (patch)
tree4a5b38a95b439c1f0cb84482cf7e9d4a0070133e /common
parent1d7549ec070a5458d83356839f45ed744d55345f (diff)
parent54345b6220f6295aae965a7b76f60d4957bd894e (diff)
Merge "Adds NTP class and python-rados package"
Diffstat (limited to 'common')
-rw-r--r--common/puppet-opnfv/manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/puppet-opnfv/manifests/init.pp b/common/puppet-opnfv/manifests/init.pp
index 6e211da..11ef18f 100644
--- a/common/puppet-opnfv/manifests/init.pp
+++ b/common/puppet-opnfv/manifests/init.pp
@@ -33,8 +33,16 @@ class opnfv {
before => Stage['setup'],
}
+ class { '::ntp':
+ stage => presetup,
+ }
+
class { "opnfv::repo":
stage => presetup,
}
+ ->
+ package { "python-rados":
+ ensure => latest,
+ }
}
}