Skip to content

Instantly share code, notes, and snippets.

View attachmentgenie's full-sized avatar
🏠
Working from home

Bram Vogelaar attachmentgenie

🏠
Working from home
View GitHub Profile
@attachmentgenie
attachmentgenie / Gemfile
Created October 29, 2020 11:15
turn hcl in to ruby object
source 'https://rubygems.org' do
gem 'hcl-checker'
end
systemctl disable firewalld
systemctl stop firewalld
systemctl disable NetworkManager
systemctl stop NetworkManager
systemctl enable network
systemctl start network
yum remove -y puppet
rm -rf /etc/yum.repos.d/puppetlabs-pc1.repo
yum update -y
yum install -y centos-release-openstack-pike
@attachmentgenie
attachmentgenie / build.xml
Last active August 1, 2022 18:44
simple script to package files into a bootable iso
<?xml version="1.0" encoding="UTF-8"?>
<project name="Package" default="help" basedir=".">
<!--
Ant Build file to run package tasks.
-->
<property file="config/application.properties"/>
<!--