diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-09-01 08:37:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-01 08:37:25 +0000 |
commit | 58fe337566ad5ecead81623ec9f5c575e79654cb (patch) | |
tree | b304fb05df62c65c96c7f51c1dba3c57f2bfaa83 /prototypes/puppet-infracloud | |
parent | f90180f8b08c0551d11958c1faf2d28379d6afba (diff) | |
parent | 221956946efb7c655d05b5d582d87bd3c917ff39 (diff) |
Merge "Add jumphost to the managed servers"
Diffstat (limited to 'prototypes/puppet-infracloud')
-rw-r--r-- | prototypes/puppet-infracloud/manifests/site.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/prototypes/puppet-infracloud/manifests/site.pp b/prototypes/puppet-infracloud/manifests/site.pp index 5a6cc7bfc..1bbd282ee 100644 --- a/prototypes/puppet-infracloud/manifests/site.pp +++ b/prototypes/puppet-infracloud/manifests/site.pp @@ -61,3 +61,10 @@ node 'compute00.opnfvlocal' { } } +node 'jumphost.opnfvlocal' { + class { 'opnfv::server': + sysadmins => hiera('sysadmins', []), + enable_unbound => false, + purge_apt_sources => false, + } +} |