Fixed source in backuppc::manualclient.
This commit is contained in:
parent
18d88f0cd6
commit
155086468a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ define backuppc::manualclient($ensure = "present", $operatingsystem = "default")
|
|||
|
||||
@@file { "/etc/BackupPC/pc/${name}.pl":
|
||||
ensure => "${ensure}",
|
||||
source => [ "puppet:///files/backuppc/${fqdn}.pl",
|
||||
source => [ "puppet:///files/backuppc/${name}.pl",
|
||||
"puppet:///files/backuppc/${operatingsystem}.pl",
|
||||
"puppet:///files/backuppc/default.pl",
|
||||
"puppet:///backuppc/default.pl", ],
|
||||
|
|
Loading…
Add table
Reference in a new issue