Skip to content

Commit 0cf6471

Browse files
committed
cfengine format services/
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent c6e3e66 commit 0cf6471

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

services/autorun/hello.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bundle agent hello_world_autorun
22
{
33
meta:
4-
"tags" slist => { "autorun" };
4+
"tags" slist => { "autorun" };
55

66
reports:
77
verbose_mode::

services/init.cf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# This is loaded very early, only use hard classes or classes from def.json here.
99
#
1010
###############################################################################
11-
1211
# For example:
1312
# promise agent git
1413
# {

services/main.cf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
# - User/Site policy entry
55
#
66
###############################################################################
7-
87
bundle agent mpf_main
98
# User Defined Service Catalogue
109
{
1110
methods:
12-
# Activate your custom policies here
13-
11+
# Activate your custom policies here
1412
}

0 commit comments

Comments
 (0)