Skip to content

Instantly share code, notes, and snippets.

@JDHatman
Created April 17, 2014 16:43
Show Gist options
  • Save JDHatman/10997048 to your computer and use it in GitHub Desktop.
Save JDHatman/10997048 to your computer and use it in GitHub Desktop.
osx_notify example
class osx_management::fotl_notify {
file { '/FOTL/trigger':
ensure => present,
content => "3",
notify => Osx_notify['notify'],
}
osx_notify { 'notify':
subject => 'FOTL',
message => "Enjoy your work day!",
refreshonly => true,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment