From e3cc4c31bd41b5a2d4b3d5f4e1ecc27b541540c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 22 Apr 2018 15:27:34 +0200 Subject: Add a way to lock puppet --- modules/base_installation/manifests/puppet.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/base_installation/manifests/puppet.pp') diff --git a/modules/base_installation/manifests/puppet.pp b/modules/base_installation/manifests/puppet.pp index c64ddfd..fa2db69 100644 --- a/modules/base_installation/manifests/puppet.pp +++ b/modules/base_installation/manifests/puppet.pp @@ -27,6 +27,12 @@ class base_installation::puppet ( } ### + file { '/usr/local/sbin/i_puppet_lock': + mode => "0755", + ensure => present, + source => "puppet:///modules/base_installation/scripts/puppet_lock" + } + file { '/usr/local/sbin/i_puppet_reset_and_apply': mode => "0755", ensure => present, -- cgit v1.2.3