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
| [main] | |
| logdir=/var/log/puppet | |
| vardir=/var/lib/puppet | |
| ssldir=/var/lib/puppet/ssl | |
| rundir=/var/run/puppet | |
| factpath=$vardir/lib/facter | |
| pluginsync=false | |
| confdir=/var/lib/scalefactory/puppet | |
| [puppetmasterd] |
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
| #!/usr/bin/env jruby | |
| # fast script for running javascript unit tests | |
| # requires a bit of setup, as it uses jruby | |
| # see http://celerity.rubyforge.org/ | |
| require "rubygems" | |
| require "celerity" | |
| module Javascript |