Skip to content

Commit

Permalink
feat(config): tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jun 15, 2024
1 parent 83bfcac commit d305d9b
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 40 deletions.
10 changes: 5 additions & 5 deletions cobbler/files/default/3.2.0/modules.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# THIS FILE IS MANAGED BY SALTSTACK!

[authentication]
module = authentication.{{ cobbler['authentication']['module']|yaml_encode }}
module = authentication.{{ cobbler['authentication']['module'] }}
hash_algorithm = sha3_512

[authorization]
module = authorization.{{ cobbler['authorization']['module']|yaml_encode }}
module = authorization.{{ cobbler['authorization']['module'] }}

[dns]
module = managers.{{ cobbler['dns']['module']|yaml_encode }}
module = managers.{{ cobbler['dns']['module'] }}

[dhcp]
module = managers.{{ cobbler['dhcp']['module']|yaml_encode }}
module = managers.{{ cobbler['dhcp']['module'] }}

[tftpd]
module = managers.{{ cobbler['tftp']['module']|yaml_encode }}
module = managers.{{ cobbler['tftp']['module'] }}
10 changes: 5 additions & 5 deletions cobbler/files/default/3.2.1/modules.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# THIS FILE IS MANAGED BY SALTSTACK!

[authentication]
module = authentication.{{ cobbler['authentication']['module']|yaml_encode }}
module = authentication.{{ cobbler['authentication']['module'] }}
hash_algorithm = sha3_512

[authorization]
module = authorization.{{ cobbler['authorization']['module']|yaml_encode }}
module = authorization.{{ cobbler['authorization']['module'] }}

[dns]
module = managers.{{ cobbler['dns']['module']|yaml_encode }}
module = managers.{{ cobbler['dns']['module'] }}

[dhcp]
module = managers.{{ cobbler['dhcp']['module']|yaml_encode }}
module = managers.{{ cobbler['dhcp']['module'] }}

[tftpd]
module = managers.{{ cobbler['tftp']['module']|yaml_encode }}
module = managers.{{ cobbler['tftp']['module'] }}
10 changes: 5 additions & 5 deletions cobbler/files/default/3.2.2/modules.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# THIS FILE IS MANAGED BY SALTSTACK!

[authentication]
module = authentication.{{ cobbler['authentication']['module']|yaml_encode }}
module = authentication.{{ cobbler['authentication']['module'] }}
hash_algorithm = sha3_512

[authorization]
module = authorization.{{ cobbler['authorization']['module']|yaml_encode }}
module = authorization.{{ cobbler['authorization']['module'] }}

[dns]
module = managers.{{ cobbler['dns']['module']|yaml_encode }}
module = managers.{{ cobbler['dns']['module'] }}

[dhcp]
module = managers.{{ cobbler['dhcp']['module']|yaml_encode }}
module = managers.{{ cobbler['dhcp']['module'] }}

[tftpd]
module = managers.{{ cobbler['tftp']['module']|yaml_encode }}
module = managers.{{ cobbler['tftp']['module'] }}
10 changes: 5 additions & 5 deletions cobbler/files/default/3.3.0/modules.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# THIS FILE IS MANAGED BY SALTSTACK!

[authentication]
module = authentication.{{ cobbler['authentication']['module']|yaml_encode }}
module = authentication.{{ cobbler['authentication']['module'] }}
hash_algorithm = sha3_512

[authorization]
module = authorization.{{ cobbler['authorization']['module']|yaml_encode }}
module = authorization.{{ cobbler['authorization']['module'] }}

[dns]
module = managers.{{ cobbler['dns']['module']|yaml_encode }}
module = managers.{{ cobbler['dns']['module'] }}

[dhcp]
module = managers.{{ cobbler['dhcp']['module']|yaml_encode }}
module = managers.{{ cobbler['dhcp']['module'] }}

[tftpd]
module = managers.{{ cobbler['tftp']['module']|yaml_encode }}
module = managers.{{ cobbler['tftp']['module'] }}
10 changes: 5 additions & 5 deletions cobbler/files/default/3.3.1/modules.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# THIS FILE IS MANAGED BY SALTSTACK!

[authentication]
module = authentication.{{ cobbler['authentication']['module']|yaml_encode }}
module = authentication.{{ cobbler['authentication']['module'] }}
hash_algorithm = sha3_512

[authorization]
module = authorization.{{ cobbler['authorization']['module']|yaml_encode }}
module = authorization.{{ cobbler['authorization']['module'] }}

[dns]
module = managers.{{ cobbler['dns']['module']|yaml_encode }}
module = managers.{{ cobbler['dns']['module'] }}

[dhcp]
module = managers.{{ cobbler['dhcp']['module']|yaml_encode }}
module = managers.{{ cobbler['dhcp']['module'] }}

[tftpd]
module = managers.{{ cobbler['tftp']['module']|yaml_encode }}
module = managers.{{ cobbler['tftp']['module'] }}
10 changes: 5 additions & 5 deletions cobbler/files/default/3.3.2/modules.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# THIS FILE IS MANAGED BY SALTSTACK!

[authentication]
module = authentication.{{ cobbler['authentication']['module']|yaml_encode }}
module = authentication.{{ cobbler['authentication']['module'] }}
hash_algorithm = sha3_512

[authorization]
module = authorization.{{ cobbler['authorization']['module']|yaml_encode }}
module = authorization.{{ cobbler['authorization']['module'] }}

[dns]
module = managers.{{ cobbler['dns']['module']|yaml_encode }}
module = managers.{{ cobbler['dns']['module'] }}

[dhcp]
module = managers.{{ cobbler['dhcp']['module']|yaml_encode }}
module = managers.{{ cobbler['dhcp']['module'] }}

[tftpd]
module = managers.{{ cobbler['tftp']['module']|yaml_encode }}
module = managers.{{ cobbler['tftp']['module'] }}
10 changes: 5 additions & 5 deletions cobbler/files/default/3.3.3/modules.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# THIS FILE IS MANAGED BY SALTSTACK!

[authentication]
module = authentication.{{ cobbler['authentication']['module']|yaml_encode }}
module = authentication.{{ cobbler['authentication']['module'] }}
hash_algorithm = sha3_512

[authorization]
module = authorization.{{ cobbler['authorization']['module']|yaml_encode }}
module = authorization.{{ cobbler['authorization']['module'] }}

[dns]
module = managers.{{ cobbler['dns']['module']|yaml_encode }}
module = managers.{{ cobbler['dns']['module'] }}

[dhcp]
module = managers.{{ cobbler['dhcp']['module']|yaml_encode }}
module = managers.{{ cobbler['dhcp']['module'] }}

[tftpd]
module = managers.{{ cobbler['tftp']['module']|yaml_encode }}
module = managers.{{ cobbler['tftp']['module'] }}
10 changes: 5 additions & 5 deletions cobbler/files/default/3.3.4/modules.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# THIS FILE IS MANAGED BY SALTSTACK!

[authentication]
module = authentication.{{ cobbler['authentication']['module']|yaml_encode }}
module = authentication.{{ cobbler['authentication']['module'] }}
hash_algorithm = sha3_512

[authorization]
module = authorization.{{ cobbler['authorization']['module']|yaml_encode }}
module = authorization.{{ cobbler['authorization']['module'] }}

[dns]
module = managers.{{ cobbler['dns']['module']|yaml_encode }}
module = managers.{{ cobbler['dns']['module'] }}

[dhcp]
module = managers.{{ cobbler['dhcp']['module']|yaml_encode }}
module = managers.{{ cobbler['dhcp']['module'] }}

[tftpd]
module = managers.{{ cobbler['tftp']['module']|yaml_encode }}
module = managers.{{ cobbler['tftp']['module'] }}

0 comments on commit d305d9b

Please sign in to comment.