Commit ff2ba80f by source_reader

bug fixes

parent 749b228a
......@@ -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,
......
......@@ -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 -rf /home/pi/.joule
echo "4] Configuring root fs resize for first boot"
PARTUUID="$(blkid -o export /dev/mmcblk0p2 | grep PARTUUID)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment