Commit edd1b15c authored by Matthias Baur's avatar Matthias Baur
Browse files

Make notify dependency of Augeas["Postfix virtual - ${name}"] more variable...

parent a1c2be8c
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],
  }
}