Skip to content

Instantly share code, notes, and snippets.

@bobtfish
Last active December 23, 2015 04:29
Show Gist options
  • Save bobtfish/6581021 to your computer and use it in GitHub Desktop.
Save bobtfish/6581021 to your computer and use it in GitHub Desktop.
class stageb-db-instance {
mysql::query_log_cron { 'stageb':
schedule_minute => '27',
seconds => 120,
rate => 1,
enable => true
}
}
class stageb-web-instance {
}
source 'https://rubygems.org'
gem 'puppet-lint', '0.4.0.pre1'
#!/bin/sh
bundle install
bundle exec puppet-lint -f break.pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment