Skip to content

Commit

Permalink
Added comments in nodesets as per requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jskarpe committed Oct 20, 2016
1 parent a985681 commit bfdb60e
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 0 deletions.
6 changes: 6 additions & 0 deletions moduleroot/spec/acceptance/nodesets/docker/centos-5.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
centos-5-x64:
default_apply_opts:
Expand All @@ -14,3 +18,5 @@ HOSTS:
CONFIG:
type: aio
log_level: debug
...
# vim: syntax=yaml
7 changes: 7 additions & 0 deletions moduleroot/spec/acceptance/nodesets/docker/centos-6.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
centos-6-x64:
default_apply_opts:
Expand All @@ -15,3 +19,6 @@ HOSTS:
CONFIG:
type: aio
log_level: debug
...
# vim: syntax=yaml

6 changes: 6 additions & 0 deletions moduleroot/spec/acceptance/nodesets/docker/centos-7.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
centos-7-x64:
default_apply_opts:
Expand All @@ -13,3 +17,5 @@ HOSTS:
CONFIG:
type: aio
log_level: debug
...
# vim: syntax=yaml
6 changes: 6 additions & 0 deletions moduleroot/spec/acceptance/nodesets/docker/debian-7.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
debian-7-x64:
default_apply_opts:
Expand All @@ -13,3 +17,5 @@ HOSTS:
CONFIG:
type: aio
log_level: debug
...
# vim: syntax=yaml
6 changes: 6 additions & 0 deletions moduleroot/spec/acceptance/nodesets/docker/debian-8.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
debian-8-x64:
default_apply_opts:
Expand All @@ -14,3 +18,5 @@ HOSTS:
CONFIG:
type: aio
log_level: debug
...
# vim: syntax=yaml
6 changes: 6 additions & 0 deletions moduleroot/spec/acceptance/nodesets/docker/ubuntu-12.04.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
ubuntu-1204-x64:
default_apply_opts:
Expand All @@ -14,3 +18,5 @@ HOSTS:
CONFIG:
type: aio
log_level: debug
...
# vim: syntax=yaml
6 changes: 6 additions & 0 deletions moduleroot/spec/acceptance/nodesets/docker/ubuntu-14.04.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
ubuntu-1404-x64:
default_apply_opts:
Expand All @@ -16,3 +20,5 @@ HOSTS:
CONFIG:
type: aio
log_level: debug
...
# vim: syntax=yaml
6 changes: 6 additions & 0 deletions moduleroot/spec/acceptance/nodesets/docker/ubuntu-16.04.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
ubuntu-1604-x64:
default_apply_opts:
Expand All @@ -14,3 +18,5 @@ HOSTS:
CONFIG:
type: aio
log_level: debug
...
# vim: syntax=yaml

0 comments on commit bfdb60e

Please sign in to comment.