Skip to content

Commit bda50ef

Browse files
committed
(MODULES-7852) - Fix Puppet 6 related failures
1 parent fb66112 commit bda50ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.fixtures.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ fixtures:
44
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
55
firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git"
66
concat: "https://github.com/puppetlabs/puppetlabs-concat.git"
7+
yumrepo_core:
8+
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
9+
puppet_version: ">= 6.0.0"
10+
augeas_core:
11+
repo: "https://github.com/puppetlabs/puppetlabs-augeas_core.git"
12+
puppet_version: ">= 6.0.0"
713
symlinks:
814
postgresql: "#{source_dir}"

manifests/server/grant.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
define postgresql::server::grant (
33
String $role,
44
String $db,
5-
Optional[String] $privilege = undef,
5+
String $privilege = '',
66
Pattern[#/(?i:^COLUMN$)/,
77
/(?i:^ALL SEQUENCES IN SCHEMA$)/,
88
/(?i:^ALL TABLES IN SCHEMA$)/,

0 commit comments

Comments
 (0)