Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the apply_target parameter description. #35

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion manifests/object/dependency.pp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
# i.e. 'vhost => config in host.vars.vhosts'. Defaults to false.
#
# [*apply_target*]
# An object type on which to target the apply rule.
# An object type on which to target the apply rule. Valid values are 'Host'
# and 'Service'. Defaults to 'Host'.
#
# [*assign*]
# Assign user group members using the group assign rules.
Expand Down
3 changes: 2 additions & 1 deletion manifests/object/notification.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
# i.e. 'vhost => config in host.vars.vhosts'. Defaults to false.
#
# [*apply_target*]
# An object type on which to target the apply rule.
# An object type on which to target the apply rule. Valid values are 'Host'
# and 'Service'. Defaults to 'Host'.
#
# [*import*]
# Sorted List of templates to include. Defaults to an empty list.
Expand Down
3 changes: 2 additions & 1 deletion manifests/object/scheduleddowntime.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
# i.e. 'vhost => config in host.vars.vhosts'. Defaults to false.
#
# [*apply_target*]
# An object type on which to target the apply rule.
# An object type on which to target the apply rule. Valid values are 'Host'
# and 'Service'. Defaults to 'Host'.
#
# [*assign*]
# Assign user group members using the group assign rules.
Expand Down