From ef9aead201aa4401470cc49fb1df92b9a1082987 Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Mon, 21 Oct 2019 11:40:31 +0800 Subject: [PATCH] d --- manifests/site.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 11663aa..d64a011 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -29,3 +29,12 @@ node default { # Example: # class { 'my_class': } } + + + +node linuxagent1forcmdeployment.platform9.puppet.net { + include firewall + resources { 'firewall': + purge => true, + } +}