]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Fix nodes.pp definition
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Mar 2014 17:28:07 +0000 (14:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Mar 2014 17:28:07 +0000 (14:28 -0300)
manifests/bootstrap/configurator.pp

index 56f234fe31617f3917c06eff92d883f745fec2f5..2ebaa31b9b52cc5543e8090db0bceefa0a94e864 100644 (file)
@@ -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"),
 }