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
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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',
  }
}