Skip to content

Commit

Permalink
Correctly notify the service
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 16, 2019
1 parent 7e7b00a commit 02d21f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mount.pp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
match => "^\\s*${mount}\\s+${mapfile}\\s",
match_for_absence => true,
multiple => true,
notify => Service['autofs'],
notify => Service[$autofs::service_name],
}
}
} else { # $use_dir == true
Expand Down

0 comments on commit 02d21f9

Please sign in to comment.