Skip to content

Instantly share code, notes, and snippets.

@deviantintegral
Created May 7, 2013 14:09
Show Gist options
  • Save deviantintegral/5532842 to your computer and use it in GitHub Desktop.
Save deviantintegral/5532842 to your computer and use it in GitHub Desktop.
file { '/etc/php5/apache2/conf.d/custom.ini':
ensure => present,
source => '/vagrant/files/apache/etc/php5/apache2/conf.d/custom.ini',
owner => 'root',
group => 'root',
notify => Service['apache2'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment