summaryrefslogtreecommitdiff
path: root/puppet/manifests/bootstrap/configurator.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/manifests/bootstrap/configurator.pp')
-rw-r--r--puppet/manifests/bootstrap/configurator.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/manifests/bootstrap/configurator.pp b/puppet/manifests/bootstrap/configurator.pp
index d93a0ce..edcbe92 100644
--- a/puppet/manifests/bootstrap/configurator.pp
+++ b/puppet/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"),