Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
testing
puppet-icinga2_testing
Commits
4ce975fa
Commit
4ce975fa
authored
Dec 07, 2016
by
Markus Frosch
Browse files
pgsql: Create roles and databases from hiera
parent
8475b930
Changes
1
Show whitespace changes
Inline
Side-by-side
manifests/profiles/pgsql.pp
View file @
4ce975fa
...
...
@@ -2,5 +2,6 @@ class icinga2_testing::profiles::pgsql
{
include
::postgresql::server
create_resources
(
'postgresql::server::db'
,
hiera_hash
(
'postgresql::server::db'
,
{}))
create_resources
(
'postgresql::server::role'
,
hiera_hash
(
'postgresql::server::roles'
,
{}))
create_resources
(
'postgresql::server::database'
,
hiera_hash
(
'postgresql::server::databases'
,
{}))
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment