Skip to content

Commit 3efb9d5

Browse files
committed
Fix typo in help text
1 parent 0f7fe11 commit 3efb9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/mod/status.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# @example
2525
# # Simple usage allowing access from localhost and a private subnet
2626
# class { 'apache::mod::status':
27-
# $requires => 'ip 127.0.0.1 ::1 10.10.10.10/24',
27+
# requires => 'ip 127.0.0.1 ::1 10.10.10.10/24',
2828
# }
2929
#
3030
# @see http://httpd.apache.org/docs/current/mod/mod_status.html for additional documentation.

0 commit comments

Comments
 (0)