diff options
-rw-r--r-- | promises.cf | 2 | ||||
-rw-r--r-- | services/main.cf | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/promises.cf b/promises.cf index fab3431..9a0eb5a 100644 --- a/promises.cf +++ b/promises.cf @@ -44,4 +44,4 @@ bundle common cfengine_stdlib reports: DEBUG|DEBUG_cfengine_stdlib:: "$(const.t): defining inputs='$(inputs)'"; -}
\ No newline at end of file +} diff --git a/services/main.cf b/services/main.cf index ee803b5..0d4270f 100644 --- a/services/main.cf +++ b/services/main.cf @@ -23,13 +23,13 @@ bundle common classify }; classes: any:: + "awh" or => { + "hurricane", + }; "containers" or => { regline(".*/lxc/.*", "/proc/1/cgroup"), regline(".*lxc", "/proc/1/environ"), }; - "awh" or => { - "hurricane", - }; "console_julien" or => { "andromeda", "collab_jde", |