Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
puppet
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
427424aa
authored
May 15, 2019
by
John Donnal
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
removed duplicate rpi scripts
parent
d9011098
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
apply_rpi.sh
bootstrap_rpi.sh
apply_rpi.sh
deleted
100755 → 0
View file @
d9011098
#!/bin/bash
#source set_locale.sh
# install the puppet forge modules
mkdir
-p
forge_modules
r10k puppetfile install
--moduledir
=
./forge_modules
# run puppet
puppet apply
--verbose
--modulepath
=
./forge_modules:./modules site.pp
bootstrap_rpi.sh
deleted
100755 → 0
View file @
d9011098
#!/bin/bash
set
-e
# start a container with the following command:
# sudo systemd-nspawn -D squashfs-root/ -b --network-interface=enxd8eb97bdd8ed --bind-ro=/home/jdonnal/puppet:/home/ubuntu/puppet -M wattsworth
#echo "nameserver 172.31.33.1" > /etc/resolv.conf
apt-get update
apt-get upgrade
-y
#wget https://apt.puppetlabs.com/puppet-release-bionic.deb
#dpkg -i puppet-release-bionic.deb
#add-apt-repository universe
apt-get update
apt install puppet git r10k
-y
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment