diff options
-rw-r--r-- | manifests/bootstrap/configurator.pp | 2 |
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"), } |