From eba85e08df83446d7c02762684c22423da836a69 Mon Sep 17 00:00:00 2001 From: Geekix Date: Mon, 8 Nov 2021 09:35:14 +0100 Subject: [PATCH] Update init.pp --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 08ee45d..59957a1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -137,8 +137,8 @@ inherits nslcd::params contain nslcd::install contain nslcd::config contain nslcd::service - + Class['nslcd::install'] -> Class['nslcd::config'] ~> Class['nslcd::service'] -} \ No newline at end of file +}