Skip to content

Instantly share code, notes, and snippets.

@ody
Created August 28, 2012 22:01
Show Gist options
  • Save ody/3504732 to your computer and use it in GitHub Desktop.
Save ody/3504732 to your computer and use it in GitHub Desktop.
# Just propagates the event to the caching daemon.
exec { 'propagation hack to nscd!':
command => 'echo "propogating to Class[nscd]"',
path => [ '/bin', '/usr/bin' ],
refreshonly => true,
notify => Class['nscd'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment