summaryrefslogtreecommitdiff
path: root/cfengine
diff options
context:
space:
mode:
Diffstat (limited to 'cfengine')
-rw-r--r--cfengine/cf.services.all8
1 files changed, 4 insertions, 4 deletions
diff --git a/cfengine/cf.services.all b/cfengine/cf.services.all
index 28c91d2..58cb3c3 100644
--- a/cfengine/cf.services.all
+++ b/cfengine/cf.services.all
@@ -41,19 +41,19 @@ editfiles:
}
!DebMirrorClient|!dnai|!sunrise.potato::
{ /etc/apt/sources.list
- BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.us.potato"
+ BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.dk.potato"
EmptyEntireFilePlease
SetLine "# DO NOT EDIT - auto-created by cfengine $(date)"
PrependIfNoLineMatching "^# .* cfengine .*"
- InsertFile "$(LocalCommon)/apt/sources.list.us.potato"
+ InsertFile "$(LocalCommon)/apt/sources.list.dk.potato"
EndGroup
}
!DebMirrorClient|!dnai|!sunrise.woody::
{ /etc/apt/sources.list
- BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.us.woody"
+ BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.dk.woody"
EmptyEntireFilePlease
SetLine "# DO NOT EDIT - auto-created by cfengine $(date)"
PrependIfNoLineMatching "^# .* cfengine .*"
- InsertFile "$(LocalCommon)/apt/sources.list.us.woody"
+ InsertFile "$(LocalCommon)/apt/sources.list.dk.woody"
EndGroup
}