Package: puppet-module-voxpupuli-corosync / 6.0.1-6

Metadata

Package Version Patches format
puppet-module-voxpupuli-corosync 6.0.1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix install of package in stretch and up.patch | (download)

manifests/params.pp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix install of corosync package in anything after jessie
remove jessie specific default.patch | (download)

manifests/params.pp | 19 4 + 15 - 0 !
1 file changed, 4 insertions(+), 15 deletions(-)

 remove jessie specific defaults
 The module assumes $::lsbdistcodename is set with something, but this doesn't
 work in Sid. So this patch just get rid of the Jessie specific stuff in the
 parmas.pp manifest.
add_enable_totem_interface_parameter.patch | (download)

manifests/init.pp | 6 6 + 0 - 0 !
templates/corosync.conf.erb | 4 3 + 1 - 0 !
2 files changed, 9 insertions(+), 1 deletion(-)

 add enable_totem_interface param
fix compat with latest puppetserver.patch | (download)

manifests/init.pp | 4 2 + 2 - 0 !
manifests/params.pp | 6 3 + 3 - 0 !
types/ipstringip.pp | 4 2 + 2 - 0 !
3 files changed, 7 insertions(+), 7 deletions(-)

 fix compat with latest puppetserver
 Some facts and types have gone, let's use what currently still exists.