From 32f6ff204ff1872d6abe0ee42ae60c281a26cb66 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 14 Apr 2013 17:01:18 -0300 Subject: Require users::admin --- manifests/base.pp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'manifests/base.pp') diff --git a/manifests/base.pp b/manifests/base.pp index 700d23a..88af553 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -25,10 +25,8 @@ class nodo::base { include concat::setup include cron - # Include admin accounts if you have this class - if defined('::users:admin') { - class { '::users::admin': } - } + # Require admin accounts' class + require users::admin # Puppet daemon class { 'puppet::daemon': -- cgit v1.2.3