Symlink puppet state

Add symlink for puppet state directory so rapi finds it
where it used to be.
This commit is contained in:
Monocots 2019-06-28 09:20:18 +00:00
parent f00d32c463
commit 36709ef8cf

View file

@ -46,4 +46,9 @@ class rhizo_base::fixes::debian {
ensure => present,
source => 'puppet:///modules/rhizo_base/bashrc'
}
file { '/var/lib/puppet/state':
ensure => link,
target => '/var/cache/puppet/state/'
}
}