Skip to content

Instantly share code, notes, and snippets.

@jasonwbarnett
Created August 9, 2013 19:19
Show Gist options
  • Save jasonwbarnett/6196374 to your computer and use it in GitHub Desktop.
Save jasonwbarnett/6196374 to your computer and use it in GitHub Desktop.
file { '/etc/opendkim.conf':
ensure => present,
owner => root,
group => root,
mode => 644,
source => 'puppet:///modules/postfix/etc/opendkim.conf',
notify => [ Exec['execName'], Service['opendkim'] ],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment