File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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}"
Original file line number Diff line number Diff line change 22define 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$)/,
You can’t perform that action at this time.
0 commit comments