Commit 4488f67e authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Merge pull request #47 from digitalmediacenter/fix-virtual.pp

Make notify dependency of Augeas["Postfix virtual - ${name}"] more variable
parents a8f96142 edd1b15c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,6 +71,6 @@ define postfix::virtual (
      Package['postfix'],
      Augeas::Lens['postfix_virtual'],
      ],
    notify  => Postfix::Hash['/etc/postfix/virtual'],
    notify  => Postfix::Hash[$file],
  }
}