Skip to content

Commit

Permalink
Merge pull request #979 from lingfish/patch-1
Browse files Browse the repository at this point in the history
Typo for custom_fragment example
  • Loading branch information
Morgan Haskel committed Jan 16, 2015
2 parents d6da29d + 52bb5c7 commit dd06847
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 dd06847

Please sign in to comment.