From e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 15 Aug 2024 09:32:37 -0700 Subject: Fix typos in comments This should result in no difference in configuration. --- modules/auto_installation/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/auto_installation/manifests/init.pp') diff --git a/modules/auto_installation/manifests/init.pp b/modules/auto_installation/manifests/init.pp index 062f7f4e..642cddfd 100644 --- a/modules/auto_installation/manifests/init.pp +++ b/modules/auto_installation/manifests/init.pp @@ -5,7 +5,7 @@ # - others ? ( for testing package ? ) # install a server -# - by name, with a valstart clone +# - by name, with a valstar clone class auto_installation { class variables { @@ -39,7 +39,7 @@ class auto_installation { file { "${pxe_dir}/pxelinux.cfg": ensure => directory, } - # m for menu, there is some limitation on the path lenght so I + # m for menu, there is some limitation on the path length so I # prefer to file { "${pxe_menu_dir}": ensure => directory, @@ -47,7 +47,7 @@ class auto_installation { # TODO make it tag aware $menu_entries = list_exported_ressources('Auto_installation::Pxe_menu_base') - # default file should have exported ressources + # default file should have exported resources file { "${pxe_dir}/pxelinux.cfg/default": ensure => present, content => template('auto_installation/default'), -- cgit v1.2.1