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

Make sure the postfix class is declared before postfix::transport and postfix::virtual

parent 70a08b2e
Branches
No related tags found
No related merge requests found
...@@ -156,4 +156,8 @@ class postfix ( ...@@ -156,4 +156,8 @@ class postfix (
if $mailman { if $mailman {
include ::postfix::mailman include ::postfix::mailman
} }
# Relationships
Class['postfix'] -> Postfix::Transport <| |>
Class['postfix'] -> Postfix::Virtual <| |>
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment