Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
8f8b5813
Commit
8f8b5813
authored
Aug 05, 2013
by
Raphaël Pinson
Browse files
Fix relationship loop
parent
0c142fd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/config.pp
View file @
8f8b5813
...
...
@@ -37,6 +37,7 @@ define postfix::config ($value, $ensure = present) {
Augeas
{
incl
=>
'/etc/postfix/main.cf'
,
lens
=>
'Postfix_Main.lns'
,
require
=>
File
[
'/etc/postfix/main.cf'
],
}
case
$ensure
{
...
...
manifests/init.pp
View file @
8f8b5813
...
...
@@ -158,6 +158,6 @@ class postfix (
}
# Relationships
Class
[
'postfix::files'
]
->
Postfix
::
Config
<|
|>
~>
Class
[
'postfix::service'
]
Postfix
::
Config
<|
|>
~>
Class
[
'postfix::service'
]
Class
[
'postfix'
]
->
Postfix
::
Hash
<|
|>
}
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