From 3730114dbb3dffa0d496ff5aaf42c8d54bee8f80 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 29 Jun 2015 16:49:15 -0300 Subject: More changes for puppet 3.x --- manifests/bootstrap/configurator.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/bootstrap/configurator.pp') diff --git a/manifests/bootstrap/configurator.pp b/manifests/bootstrap/configurator.pp index d93a0ce..edcbe92 100644 --- a/manifests/bootstrap/configurator.pp +++ b/manifests/bootstrap/configurator.pp @@ -74,7 +74,7 @@ file { "$bootstrap_path/auth.conf": # # Basic users # -file { "$bootstrap_path/manifests/classes/users.pp": +file { "$bootstrap_path/modules/site_users/manifests/init.pp": ensure => present, mode => 0644, content => template("$templates/puppet/users.pp.erb"), -- cgit v1.2.3