diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config/apt.conf | 7 |
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 +} |