I hereby claim:
- I am james-nesbitt on github.
- I am jamesrnesbitt (https://keybase.io/jamesrnesbitt) on keybase.
- I have a public key ASBmKfylAiPnpaU_pWiWsLJ5EQWJ18CxVKaeb-q_fXJfdQo
To claim this, I am signing this object:
;; Initialize package handling | |
(require 'package) | |
(add-to-list 'package-archives '("gnu" . "https://elpa.gnu.org/packages/")) | |
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) | |
(package-initialize) | |
(unless (package-installed-p 'use-package) | |
(package-refresh-contents) | |
(package-install 'use-package)) | |
(eval-and-compile |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
#!/bin/bash | |
INIT_PATHS="https://raw.githubusercontent.com/wunderkraut/radi-project-wundertoolswrapper/master/.radi/init.yml" | |
echo "##### RADIFY YOUR WUNDERTOOLS ##### | |
You are about to run a script that will add radi configuration and aids into | |
your existing project. | |
This process is meant to radify an existing WUNDERTOOLS D8 project, with no |
#cloud-config | |
write_files: | |
- path: /etc/rancher.environment | |
content: | | |
CATTLE_DB_CATTLE_USERNAME=cattle | |
CATTLE_DB_CATTLE_PASSWORD=cattle | |
coreos: | |
units: |
#cloud-config | |
coreos: | |
units: | |
- name: "rancher-master.service" | |
command: "start" | |
content: | | |
[Unit] | |
Description=Rancher Master |
- Operation: monitor.* | |
Property: | |
security.user.role: | |
- authenticated | |
- Operation: upcloud.destroy | |
Property: | |
security.user.name: |
# security.yml | |
# | |
# Kraut security limits for operations | |
# | |
# FORMAT: | |
# {operation} : | |
# {operation property 1}: [ "{valid value 1}", ... ] | |
# ... | |
# |