With Puppet:
puppet module install rtyler-jenkins
puppet apply -v -e "include jenkins"
# | |
# Perform the Puppet master migration by changing the server value in | |
# puppet.conf | |
# and reset nodes certificates | |
# | |
class puppet::migrate ( $puppetmaster ) { | |
if $puppetmaster == undef { | |
fail('You must define the targeted Puppet master to perform the migration') | |
} |
set nocompatible " be iMproved, required | |
filetype off " required | |
" Snippets variables | |
let g:snips_author='Julien Fabre' | |
let g:author='Julien Fabre' | |
let g:snips_email='[email protected]' | |
let g:email='[email protected]' | |
let g:snips_github='https://github.com/Pryz' |
{ | |
"title": "Puppet Reports", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "status = failed", | |
"alias": "", | |
"color": "#BF1B00", | |
"id": 0, |
// The filter ! | |
{ | |
"filters": { | |
"after_5_occurrences": { | |
"attributes": { | |
"occurrences": "eval: value > 5" | |
} | |
} | |
} | |
} |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# MongoDB port | |
PORT=27017 | |
# Consul key to setup the lock | |
MONGO_KEY="mongodb/replicaset" | |
# | |
# Retrieve MongoDB instance IPs from Consul | |
# |
Error applying plan: | |
1 error(s) occurred: | |
* module.clusters.module.security.module.security.aws_autoscaling_group.main: aws_autoscaling_group.main: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue. | |
Please include the following information in your report: | |
Terraform Version: 0.9.5 | |
Resource ID: aws_autoscaling_group.main |
set nocompatible " be iMproved, required | |
filetype off " required | |
let mapleader = ',' | |
let g:mapleader = ',' | |
if has('nvim') | |
let s:editor_root=expand("~/.nvim") | |
else | |
let s:editor_root=expand("~/.vim") | |
endif |
set nocompatible " be iMproved, required | |
filetype off " required | |
let mapleader = ',' | |
let g:mapleader = ',' | |
if has('nvim') | |
let s:editor_root=expand("~/.nvim") | |
else | |
let s:editor_root=expand("~/.vim") | |
endif |