From 5b21d439e952292a46cf9e659bf8ea6c50de2030 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 5 Jul 2016 15:52:58 -0300 Subject: Adds php::resources --- manifests/resources.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifests/resources.pp (limited to 'manifests/resources.pp') diff --git a/manifests/resources.pp b/manifests/resources.pp new file mode 100644 index 0000000..88e173c --- /dev/null +++ b/manifests/resources.pp @@ -0,0 +1,6 @@ +class php::resources { + $configs = hiera('php::config', {}) + + # Apply instances + create_resources('php::config', $configs) +} -- cgit v1.2.3