aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auto_installation/manifests
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-08-15 09:32:37 -0700
committerDan Fandrich <danf@mageia.org>2024-08-15 10:52:40 -0700
commite4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 (patch)
treee364f93f700dcea7508ac9854560ebe35b74caa0 /modules/auto_installation/manifests
parentd17b7032f2065a0c82681fecbbe250eb8e036995 (diff)
downloadpuppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.gz
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.bz2
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.xz
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.zip
Fix typos in comments
This should result in no difference in configuration.
Diffstat (limited to 'modules/auto_installation/manifests')
-rw-r--r--modules/auto_installation/manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
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'),