Skip to content

Commit 3118a28

Browse files
committed
Fix raspberry wpa_supplicant.conf on boot #612
1 parent b1f4f72 commit 3118a28

File tree

2 files changed

+4
-3
lines changed
  • manifests/maverick-modules

2 files changed

+4
-3
lines changed

manifests/maverick-modules/maverick_hardware/manifests/raspberry.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555

5656
# Install raspberry supporting utils
57-
ensure_packages(["raspi-config", "python-rpi.gpio", "python3-rpi.gpio", "rpi-update", "raspi-gpio"])
57+
ensure_packages(["raspi-config", "python-rpi.gpio", "python3-rpi.gpio", "rpi-update", "raspi-gpio", "raspberrypi-net-mods", "raspberrypi-sys-mods"])
5858
# Install wiringpi through pip as it's not always available through apt
5959
install_python_module { 'pip-wiringpi':
6060
pkgname => 'wiringpi',

manifests/maverick-modules/maverick_network/manifests/init.pp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@
6060
ensure => stopped,
6161
enable => false
6262
} ->
63-
package { "dhcpcd5":
64-
ensure => absent,
63+
service_wrapper { "dhcpcd":
64+
ensure => stopped,
65+
enable => false,
6566
}
6667
}
6768

0 commit comments

Comments
 (0)