From: Silvio Rhatto Date: Tue, 4 Mar 2014 17:28:07 +0000 (-0300) Subject: Fix nodes.pp definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eac85ffd345c80e4ebe5f7892b8d85c140bedefd;p=puppet-bootstrap.git Fix nodes.pp definition --- 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"), }