Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am cryptographrix on github.
  • I am cryptographrix (https://keybase.io/cryptographrix) on keybase.
  • I have a public key ASANt-s0vEHzfJlvrmQ2artLRJpH34CoXLyl5VvfNkLS_go

To claim this, I am signing this object:

@cryptographrix
cryptographrix / gist:dc58238ea424246fe735
Created May 29, 2014 14:34
puppet exported resource simple explanation
# /etc/puppetlabs/puppet/modules/nagios/manifests/target/apache.pp
class nagios::target::apache {
# export nagios_host
# THIS DOES NOT AFFECT THE
# SYSTEM nagios::target::apache
# IS APPLIED ON
@@nagios_host { $fqdn:
ensure => present,
alias => $hostname,