Last active
December 23, 2015 04:29
-
-
Save bobtfish/6581021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class stageb-db-instance { | |
mysql::query_log_cron { 'stageb': | |
schedule_minute => '27', | |
seconds => 120, | |
rate => 1, | |
enable => true | |
} | |
} | |
class stageb-web-instance { | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'puppet-lint', '0.4.0.pre1' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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