Skip to content

Commit

Permalink
Typo for custom_fragment example
Browse files Browse the repository at this point in the history
  • Loading branch information
lingfish committed Jan 12, 2015
1 parent 9d5ef27 commit 52bb5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ Within your virtual host, you can then configure the specified file type to be h
```puppet
apache::vhost { 'www':
...
custom_fragment = 'AddType application/x-httpd-php .php'
custom_fragment => 'AddType application/x-httpd-php .php'
...
}
```
Expand Down

0 comments on commit 52bb5c7

Please sign in to comment.