blob: 9827d5aab297acc673b0e685821c68ee80e02bd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting USE_FQDN to true.
diff -Naurp molly-guard.orig/rc molly-guard/rc
--- molly-guard.orig/rc
+++ molly-guard/rc
@@ -8,7 +8,7 @@
# USE_FQDN
# When set, causes the 30-query-hostname script to ask for the fully-qualified
# hostname, rather than the short name
-#USE_FQDN=true
+USE_FQDN=true
# ANSIBLE_SEARCH_STRING
# The string to search for in the broadcast message provided to shutdown
|