Correct bup-excludes file installation.
* modules/bup/manifests/init.pp: The /etc/bup-excludes file was being generated incorrectly, making it useless for its intended purpose. It was also misspelled. Change-Id: Ia279aab88744e7b346bcc350bcfc106f08b2e191 Reviewed-on: https://review.openstack.org/20095 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
647befd74b
commit
d111f43a50
@ -6,7 +6,7 @@ class bup {
|
||||
}
|
||||
|
||||
file { '/etc/bup-excludes':
|
||||
ensure => present,
|
||||
content => 'puppet:///modules/bup/etc/bup-exculdes',
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/bup/etc/bup-excludes',
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user