summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:01:25 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:22:48 +0200
commit14f694c726d90ff6a551476e7abb83d2ebef0ec6 (patch)
tree072550ea85767081a247be6b514fa96a4eb6d665
parentFuther workstation setup. (diff)
downloadprofiles-14f694c726d90ff6a551476e7abb83d2ebef0ec6.tar.gz
profiles-14f694c726d90ff6a551476e7abb83d2ebef0ec6.tar.xz
DHCPD disable manage_service.
That option manages dhcpd.service, but I instead want to use dhcpd4.service.
-rw-r--r--manifests/dhcpd.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/dhcpd.pp b/manifests/dhcpd.pp
index d3c5635..d496e91 100644
--- a/manifests/dhcpd.pp
+++ b/manifests/dhcpd.pp
@@ -15,6 +15,7 @@ class profiles::dhcpd (
class { 'dhcp':
service_ensure => running,
+ manage_service => false,
dnsdomain => [
'dynamic.adrift.space',
'1.0.10.in-addr.arpa',