Skip to content

Commit

Permalink
fix style of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Dec 21, 2023
1 parent 71c1eb1 commit b33695a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
12 changes: 5 additions & 7 deletions examples/mysql/server1-icingadb.pp
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* Example for Icinga HA for server1.icinga.com as config server
* and server2.icinga2.com as secondary server.
* Notice: The example for db.icinga.com in examples/mysql/database.pp is TLS based.
* For TLS base example use hiera data in examples/mysql/data/.
*/

# Example for Icinga HA for server1.icinga.com as config server
# and server2.icinga2.com as secondary server.
# Notice: The example for db.icinga.com in examples/mysql/database.pp is TLS based.
# For TLS base example use hiera data in examples/mysql/data/.

host { 'db.icinga.com':
ip => '192.168.6.10',
}
Expand Down
10 changes: 4 additions & 6 deletions examples/mysql/server2-icingadb.pp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/**
* Example for Icinga HA for server2.icinga.com as config server
* and server1.icinga2.com as secondary server.
* Notice: The example for db.icinga.com in examples/mysql/database.pp is TLS based.
* For TLS base example use hiera data in examples/mysql/data/.
*/
# Example for Icinga HA for server2.icinga.com as config server
# and server1.icinga2.com as secondary server.
# Notice: The example for db.icinga.com in examples/mysql/database.pp is TLS based.
# For TLS base example use hiera data in examples/mysql/data/.

host { 'db.icinga.com':
ip => '192.168.6.10',
Expand Down
8 changes: 3 additions & 5 deletions examples/mysql/web.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* Example for a dedicated Icinga Web instance for the examples in
* examples/mysql/server1-icingadb.pp and server2-icingadb.pp.
* For TLS base example use hiera data in examples/mysql/data/web.icinga.com.yaml.
*/
# Example for a dedicated Icinga Web instance for the examples in
# examples/mysql/server1-icingadb.pp and server2-icingadb.pp.
# For TLS base example use hiera data in examples/mysql/data/web.icinga.com.yaml.

host { 'db.icinga.com':
ip => '192.168.6.10',
Expand Down

0 comments on commit b33695a

Please sign in to comment.