feat: add management of /etc/hosts

- add class to manage the /etc/hosts file
- add static hosts to /etc/hosts file via hiera array/hash
This commit is contained in:
2023-10-22 00:32:10 +11:00
parent aaee62afad
commit 95434214a9
4 changed files with 63 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ class profiles::base (
# include admin scripts
include profiles::base::scripts
# include admin scripts
include profiles::base::hosts
# include the python class
class { 'python':
manage_python_package => true,