From eac85ffd345c80e4ebe5f7892b8d85c140bedefd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Mar 2014 14:28:07 -0300 Subject: Fix nodes.pp definition --- manifests/bootstrap/configurator.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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"), } -- cgit v1.2.3