summaryrefslogtreecommitdiff
path: root/cfengine/cf.services.all
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /cfengine/cf.services.all
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'cfengine/cf.services.all')
-rw-r--r--cfengine/cf.services.all59
1 files changed, 0 insertions, 59 deletions
diff --git a/cfengine/cf.services.all b/cfengine/cf.services.all
deleted file mode 100644
index 58cb3c3..0000000
--- a/cfengine/cf.services.all
+++ /dev/null
@@ -1,59 +0,0 @@
-groups:
- potato = ( '/bin/grep -q 2.2 /etc/debian_version' )
- woody = ( '/bin/grep -q 3.0 /etc/debian_version' )
-
-editfiles:
- DebMirrorClient.potato::
- { /etc/apt/sources.list
- BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.DEBMIRROR.potato"
- EmptyEntireFilePlease
- SetLine "# DO NOT EDIT - auto-created by cfengine $(date)"
- PrependIfNoLineMatching "^# .* cfengine .*"
- InsertFile "$(LocalCommon)/apt/sources.list.DEBMIRROR.potato"
- EndGroup
- }
- DebMirrorClient.woody::
- { /etc/apt/sources.list
- BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.DEBMIRROR.woody"
- EmptyEntireFilePlease
- SetLine "# DO NOT EDIT - auto-created by cfengine $(date)"
- PrependIfNoLineMatching "^# .* cfengine .*"
- InsertFile "$(LocalCommon)/apt/sources.list.DEBMIRROR.woody"
- EndGroup
- }
- dnai|sunrise.potato::
- { /etc/apt/sources.list
- BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.us.potato"
- EmptyEntireFilePlease
- SetLine "# DO NOT EDIT - auto-created by cfengine $(date)"
- PrependIfNoLineMatching "^# .* cfengine .*"
- InsertFile "$(LocalCommon)/apt/sources.list.us.potato"
- EndGroup
- }
- dnai|sunrise.woody::
- { /etc/apt/sources.list
- BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.us.woody"
- EmptyEntireFilePlease
- SetLine "# DO NOT EDIT - auto-created by cfengine $(date)"
- PrependIfNoLineMatching "^# .* cfengine .*"
- InsertFile "$(LocalCommon)/apt/sources.list.us.woody"
- EndGroup
- }
- !DebMirrorClient|!dnai|!sunrise.potato::
- { /etc/apt/sources.list
- BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.dk.potato"
- EmptyEntireFilePlease
- SetLine "# DO NOT EDIT - auto-created by cfengine $(date)"
- PrependIfNoLineMatching "^# .* cfengine .*"
- InsertFile "$(LocalCommon)/apt/sources.list.dk.potato"
- EndGroup
- }
- !DebMirrorClient|!dnai|!sunrise.woody::
- { /etc/apt/sources.list
- BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.dk.woody"
- EmptyEntireFilePlease
- SetLine "# DO NOT EDIT - auto-created by cfengine $(date)"
- PrependIfNoLineMatching "^# .* cfengine .*"
- InsertFile "$(LocalCommon)/apt/sources.list.dk.woody"
- EndGroup
- }