aboutsummaryrefslogtreecommitdiff
path: root/manifests/resources.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/resources.pp')
-rw-r--r--manifests/resources.pp6
1 files changed, 6 insertions, 0 deletions
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)
+}