summaryrefslogtreecommitdiffstats
path: root/puppet-infracloud/modules/opnfv/manifests/server.pp
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-09-20 16:58:20 +0200
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commitd221dcac953aeda017ae0cee922244b613ceafe7 (patch)
treeef827e7621fc0c100723b1b582e8665f1558f18f /puppet-infracloud/modules/opnfv/manifests/server.pp
parent6aa36ec5d1622101e3c89052c4f66d7bbe4d3c50 (diff)
Stop using sudoers on all servers defined
Insteaf of that, add only on compute and controller that are going to be fully automated, but avoid running that on jumphosts, as this may mess with exiting config. Change-Id: I79f1fa05d3e6da49a7f78b2efecb791022f5b11d Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'puppet-infracloud/modules/opnfv/manifests/server.pp')
-rw-r--r--puppet-infracloud/modules/opnfv/manifests/server.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet-infracloud/modules/opnfv/manifests/server.pp b/puppet-infracloud/modules/opnfv/manifests/server.pp
index 5bbcd750..4113c50e 100644
--- a/puppet-infracloud/modules/opnfv/manifests/server.pp
+++ b/puppet-infracloud/modules/opnfv/manifests/server.pp
@@ -19,7 +19,6 @@ class opnfv::server (
# Classes for all hosts
include snmpd
- include sudoers
class { 'iptables':
public_tcp_ports => $iptables_public_tcp_ports,