summaryrefslogtreecommitdiffstats
path: root/debian/config/apt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/config/apt.conf')
-rw-r--r--debian/config/apt.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/config/apt.conf b/debian/config/apt.conf
new file mode 100644
index 0000000..b2c77a0
--- /dev/null
+++ b/debian/config/apt.conf
@@ -0,0 +1,7 @@
+apply Service "apt" {
+ import "generic-service"
+
+ check_command = "apt"
+
+ assign where host.name == NodeName
+}