Skip to content

Commit

Permalink
Fix typo in expires documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurits Landewers committed Apr 14, 2015
1 parent 9202d40 commit b4c7ce6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/mod/expires.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
::apache::mod { 'expires': }

# Template uses
# $expries_active
# $expries_default
# $expries_by_type
# $expires_active
# $expires_default
# $expires_by_type
file { 'expires.conf':
ensure => file,
path => "${::apache::mod_dir}/expires.conf",
Expand Down

0 comments on commit b4c7ce6

Please sign in to comment.