summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/resources.pp22
1 files changed, 11 insertions, 11 deletions
diff --git a/manifests/resources.pp b/manifests/resources.pp
index 5b4a19d..15550cd 100644
--- a/manifests/resources.pp
+++ b/manifests/resources.pp
@@ -12,17 +12,17 @@ class websites::resources {
create_resources('domain_check::instance', $domains)
# Remove untagged site instances
- Apache::Site <| tag != $::hostname and tag != 'all' |> {
- ensure => absent,
- }
-
+ #Apache::Site <| tag != $::hostname and tag != 'all' |> {
+ # ensure => absent,
+ #}
+ #
# Remove untagged database instances
- Database::Instance <| tag != $::hostname and tag != 'all' |> {
- ensure => absent,
- }
-
+ #Database::Instance <| tag != $::hostname and tag != 'all' |> {
+ # ensure => absent,
+ #}
+ #
# Remove untagged ikiwiki instances
- Ikiwiki::Instance <| tag != $::hostname and tag != 'all' |> {
- ensure => absent,
- }
+ #Ikiwiki::Instance <| tag != $::hostname and tag != 'all' |> {
+ # ensure => absent,
+ #}
}