Skip to content

Commit bb01310

Browse files
committed
Default simianarmy.janitor.rule.untaggedRule.enabled = false for safety
1 parent 345ad95 commit bb01310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/janitor.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ simianarmy.janitor.rule.orphanedInstanceRule.opsworks.parentage = false
6464

6565
# The following properties are used by the Janitor rule for cleaning up untagged resources,
6666
# i.e. instances that are missing any required tags
67-
simianarmy.janitor.rule.untaggedRule.enabled = true
67+
simianarmy.janitor.rule.untaggedRule.enabled = false
6868
# List of tags that are required for each resource
6969
simianarmy.janitor.rule.untaggedRule.requiredTags = owner, purpose, project
7070
# The number of business days the resource is kept after a notification is sent for the deletion

0 commit comments

Comments
 (0)