From 5d9b73fa11aea79b441b55bc18f8853f854a9201 Mon Sep 17 00:00:00 2001 From: Adam Henry Lewenberg <adamhl@stanford.edu> Date: Sat, 12 Sep 2015 06:59:10 -0700 Subject: [PATCH] correct wrong class name --- manifests/systemd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/systemd.pp b/manifests/systemd.pp index 604e875..6aa6b68 100644 --- a/manifests/systemd.pp +++ b/manifests/systemd.pp @@ -6,7 +6,7 @@ # notify => Exec['systemd-daemon-reload'] # -class systemd { +class base::systemd { exec { 'systemd-daemon-reload': path => '/bin:/usr/bin:/sbin:/usr/sbin', -- GitLab