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
ff2ba80f
authored
Oct 18, 2019
by
source_reader
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug fixes
parent
749b228a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
modules/common/manifests/init.pp
rpi_cleanup.sh
modules/common/manifests/init.pp
View file @
ff2ba80f
...
...
@@ -63,13 +63,13 @@ class common {
group
=>
pi
,
source
=>
'puppet:///modules/common/README'
}
file
{
'/
etc/skel
/Desktop/STORAGE_README'
:
file
{
'/
home/pi
/Desktop/STORAGE_README'
:
ensure
=>
present
,
owner
=>
pi
,
group
=>
pi
,
source
=>
'puppet:///modules/common/STORAGE_README'
}
file
{
'/
etc/skel
/Desktop/NETWORK_README'
:
file
{
'/
home/pi
/Desktop/NETWORK_README'
:
ensure
=>
present
,
owner
=>
pi
,
group
=>
pi
,
...
...
rpi_cleanup.sh
View file @
ff2ba80f
...
...
@@ -15,7 +15,7 @@ rm -f /etc/joule/stream_configs/*.conf
echo
"3] Removing default key material"
rm
-f
/etc/joule/security/
*
rm
-f
/opt/api/config/secrets.yml
rm
-f
/home/pi/.joule
rm
-
r
f
/home/pi/.joule
echo
"4] Configuring root fs resize for first boot"
PARTUUID
=
"
$(
blkid
-o
export
/dev/mmcblk0p2 |
grep
PARTUUID
)
"
...
...
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