aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 14:28:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 14:28:07 -0300
commiteac85ffd345c80e4ebe5f7892b8d85c140bedefd (patch)
tree7b81d735d329d3f2de1900c888b6d0057de506a5 /manifests
parenteff7f3d702dcb577afb5047281f30874157fc4e0 (diff)
downloadpuppet-bootstrap-eac85ffd345c80e4ebe5f7892b8d85c140bedefd.tar.gz
puppet-bootstrap-eac85ffd345c80e4ebe5f7892b8d85c140bedefd.tar.bz2
Fix nodes.pp definition
Diffstat (limited to 'manifests')
-rw-r--r--manifests/bootstrap/configurator.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/bootstrap/configurator.pp b/manifests/bootstrap/configurator.pp
index 56f234f..2ebaa31 100644
--- a/manifests/bootstrap/configurator.pp
+++ b/manifests/bootstrap/configurator.pp
@@ -136,7 +136,7 @@ file { "$bootstrap_path/modules/site_postfix/files/tls_policy":
# Basic nodes
#
file { "$bootstrap_path/manifests/nodes.pp":
- ensure => $first_nodes,
+ ensure => present,
mode => 0644,
content => template("$templates/puppet/nodes.pp.erb"),
}