Symlink puppet state
Add symlink for puppet state directory so rapi finds it where it used to be.
This commit is contained in:
parent
f00d32c463
commit
36709ef8cf
1 changed files with 6 additions and 1 deletions
|
@ -46,4 +46,9 @@ class rhizo_base::fixes::debian {
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => 'puppet:///modules/rhizo_base/bashrc'
|
source => 'puppet:///modules/rhizo_base/bashrc'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
file { '/var/lib/puppet/state':
|
||||||
|
ensure => link,
|
||||||
|
target => '/var/cache/puppet/state/'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue