Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Created May 30, 2012 13:47
Show Gist options
  • Save aussielunix/2836428 to your computer and use it in GitHub Desktop.
Save aussielunix/2836428 to your computer and use it in GitHub Desktop.
node /^foo-app-\d+.example.net$/ {
roles:app_server { $fqdn:
collectd_client_report_to => 'foo-monitor-01.example.net',
syslog_client_report_to => 'foo-log-01.example.net'
}
roles:backup { $fqdn:
backupserver => 'backup-01.example.net',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment