Skip to content
Snippets Groups Projects
Commit 033b2d8f authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Add missing postfix_canonical lens to postfix::augeas (GH #59)

parent 50974c87
No related branches found
No related tags found
Loading
...@@ -14,4 +14,9 @@ class postfix::augeas { ...@@ -14,4 +14,9 @@ class postfix::augeas {
test_source => 'puppet:///modules/postfix/lenses/test_postfix_virtual.aug', test_source => 'puppet:///modules/postfix/lenses/test_postfix_virtual.aug',
stock_since => '1.0.0', 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',
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment