I hereby claim:
- I am robinbowes on github.
- I am robinbowes (https://keybase.io/robinbowes) on keybase.
- I have a public key ASCN2fYWUhPH2Yto7u5kKK7fnT1YlXodfrriIaz3MVZogwo
To claim this, I am signing this object:
HOMEBREW_VERSION: 1.0.9-74-g586b35f | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 586b35fe29a2bcf3edc6869345e425df6df4a78c | |
Last commit: 13 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: f4c6503806dd9a215d3ba023ecec6cb3ae0a0304 | |
Core tap last commit: 42 minutes ago | |
HOMEBREW_PREFIX: /opt/boxen/homebrew | |
HOMEBREW_REPOSITORY: /opt/boxen/homebrew | |
HOMEBREW_CELLAR: /opt/boxen/homebrew/Cellar |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Your Homebrew's prefix is not /usr/local. | |
You can install Homebrew anywhere you want but some bottles (binary packages) | |
can only be used with a /usr/local prefix and some formulae (packages) | |
may not build correctly with a non-/usr/local prefix. | |
Warning: You have a curlrc file |
{ | |
domain => "itsprod.net", | |
fqdn => "itsp2epup01.itsprod.net", | |
hostname => "itsp2epup01", | |
interfaces => { | |
ens192 => { | |
bindings => [ | |
{ | |
address => "10.2.1.52", | |
netmask => "255.255.255.0", |
{ | |
"/metrics/v1/mbeans/puppetlabs.puppetdb.storage:name=add-edges": { | |
"OneMinuteRate": 1.7076976035490138e-08, | |
"MeanRate": 0.0021692503134586607, | |
"FifteenMinuteRate": 0.0008015907464495142, | |
"Max": 2857.263553, | |
"50thPercentile": 4.187906, | |
"Mean": 4.1873118168128896, | |
"DurationUnit": "milliseconds", | |
"95thPercentile": 4.187906, |
{ | |
"/metrics/v1/mbeans/JMImplementation:type=MBeanServerDelegate": { | |
"MBeanServerId": "master.local.vm_1476697259291", | |
"SpecificationName": "Java Management Extensions", | |
"SpecificationVersion": "1.4", | |
"SpecificationVendor": "Oracle Corporation", | |
"ImplementationName": "JMX", | |
"ImplementationVersion": "1.8.0_101-b13", | |
"ImplementationVendor": "Oracle Corporation" | |
}, |
I hereby claim:
To claim this, I am signing this object:
class millnert::quagga::service { | |
if $millnert::quagga::restart_on_change { | |
File['daemons']~>Service['quagga'] | |
File['debian.conf']~>Service['quagga'] | |
File['zebra.conf']~>Service['quagga'] | |
if $millnert::quagga::bgpd { | |
File['bgpd.conf']~>Service['quagga'] | |
} |
# Configures a service for quagga | |
class millnert::quagga::service { | |
if $millnert::quagga::restart_on_change { | |
$subscription_base = [ | |
File['daemons'], | |
File['debian.conf'], | |
File['zebra.conf'] | |
] |
vagrant --debug up --provider vsphere | |
INFO global: Vagrant version: 1.7.4 | |
INFO global: Ruby version: 2.2.3 | |
INFO global: RubyGems version: 2.4.8 | |
INFO global: VAGRANT_DEFAULT_PROVIDER="virtualbox" | |
INFO global: VAGRANT_EXECUTABLE="/usr/share/vagrant/bin/vagrant" | |
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/var/lib/vagrant" | |
INFO global: VAGRANT_INSTALLER_VERSION="2" | |
INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1" | |
INFO global: VAGRANT_DETECTED_OS="Linux" |
cat /etc/puppet/hieradata/node/lin002.yo61.net.yaml | |
--- | |
ssh.server.port: 20542 |