Skip to content
GitLab
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
033b2d8f
Commit
033b2d8f
authored
Nov 17, 2014
by
Raphaël Pinson
Browse files
Add missing postfix_canonical lens to postfix::augeas (GH #59)
parent
50974c87
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/augeas.pp
View file @
033b2d8f
...
...
@@ -14,4 +14,9 @@ class postfix::augeas {
test_source
=>
'puppet:///modules/postfix/lenses/test_postfix_virtual.aug'
,
stock_since
=>
'1.0.0'
,
}
augeas::lens
{
'postfix_canonical'
:
ensure
=>
present
,
lens_source
=>
'puppet:///modules/postfix/lenses/postfix_canonical.aug'
,
test_source
=>
'puppet:///modules/postfix/lenses/test_postfix_canonical.aug'
,
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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