View gist:8060271
This file contains 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
[root@puppet ~]# puma /usr/share/puppet/rack/puppetmasterd/config.ru | |
Puma starting in single mode... | |
* Version 2.7.1, codename: Earl of Sandwich Partition | |
* Min threads: 0, max threads: 16 | |
* Environment: development | |
! Unable to load application | |
/usr/local/rvm/rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- puppet/util/command_line (LoadError) | |
from /usr/local/rvm/rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' | |
from /usr/share/puppet/rack/puppetmasterd/config.ru:32:in `block in <main>' | |
from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in `instance_eval' |
View gist:8262788
This file contains 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
root@mysql02:~# puppet agent -t --debug | |
Debug: Failed to load library 'selinux' for feature 'selinux' | |
Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppet]{:path=>"/etc/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' | |
Debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/uuidgen does not exist | |
Debug: Puppet::Type::User::ProviderPw: file pw does not exist | |
Debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist | |
Debug: Failed to load library 'ldap' for feature 'ldap' | |
Debug: Puppet::Type::User::ProviderLdap: feature ldap is missing | |
Debug: /User[puppet]: Provider useradd does not support features libuser; not managing attribute forcelocal | |
Debug: Puppet::Type::Group::ProviderDirectoryservice: file /usr/bin/dscl does not exist |
View gist:290392d06805effd4e989c1d28335fee
This file contains 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
# installimage - Style Guide | |
--- | |
## Contents | |
+ [Indentation Guidelines](#indentation-guidelines) | |
+ [Multiline Output to File](#multiline-output-to-file) | |
+ [Functions](#functions) | |
+ [Escaping](#escaping) | |
+ [Preferred Usage of Bash Builtins](#preferred-usage-of-bash-builtins) |
View guide2.md
installimage - Style Guide
Contents
View keybase.md
Keybase proof
I hereby claim:
- I am bastelfreak on github.
- I am bastelfreak (https://keybase.io/bastelfreak) on keybase.
- I have a public key whose fingerprint is C10B 6298 A584 A563 2E25 4DA3 04D6 59E6 BF1C 4CC0
To claim this, I am signing this object:
View gist:8e3ab4161e8afb89f2d05750f5c2a4d6
This file contains 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/bash | |
echo "this is an awesome script" | |
exit 0 |
View gist:4aea7bb15fadc9acafc2d0f7535a6ab9
This file contains 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
haproxy in front of CERN's puppetserves uses [puppetlabs-haproxy](https://forge.puppet.com/puppetlabs/haproxy) | |
## HaProxy Service | |
We use `rh-haproxy18-haproxy` | |
```puppet | |
exec{'/usr/bin/yum -y erase haproxy': |
View .sync.yml
This file contains 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
--- | |
appveyor.yml: | |
delete: true | |
.vscode: | |
delete: true | |
.travis.yml: | |
delete: true | |
.devcontainer/Dockerfile: | |
delete: true | |
.devcontainer/devcontainer.json: |
OlderNewer