You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Debian system, the working directory for bacula is /var/lib/bacula, but in https://github.com/netmanagers/puppet-bacula/blob/master/manifests/init.pp#L224 the default value is checked, which is /var/spool/bacula for all OS'es. Therefore,puppet tries to create this directory as a link, which fails as it was already installed with the package. The following error message is shown:
err: /Stage[main]/Bacula/File[/var/lib/bacula]/ensure: change from directory to link failed: Could not remove existing file
Providing a sane default for Debian systems would fix this issue.
The text was updated successfully, but these errors were encountered:
red-hood
added a commit
to red-hood/puppet-bacula
that referenced
this issue
Aug 11, 2014
On a Debian system, the working directory for bacula is /var/lib/bacula, but in https://github.com/netmanagers/puppet-bacula/blob/master/manifests/init.pp#L224 the default value is checked, which is /var/spool/bacula for all OS'es. Therefore,puppet tries to create this directory as a link, which fails as it was already installed with the package. The following error message is shown:
err: /Stage[main]/Bacula/File[/var/lib/bacula]/ensure: change from directory to link failed: Could not remove existing file
Providing a sane default for Debian systems would fix this issue.
The text was updated successfully, but these errors were encountered: