From 6f6e465eac3f421ee473c5272022f832c1c90af0 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sat, 25 Jul 2020 09:09:12 +0000 Subject: [PATCH] Creates /opt/plnxtools directory --- manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 11c9778..bc13875 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,6 +17,10 @@ inherits plnxtools::params{ file {"opt_dir": path => $opt_dir, ensure => directory + }-> + file {"opt_dir_plnx": + path => "$opt_dir/plnxtools", + ensure => directory } #