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,
+ #}
}