aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/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/buildsystem/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/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/mgarepo.pp2
-rw-r--r--modules/buildsystem/manifests/scheduler.pp2
-rw-r--r--modules/buildsystem/manifests/var/distros.pp2
-rw-r--r--modules/buildsystem/manifests/var/youri.pp6
4 files changed, 6 insertions, 6 deletions
diff --git a/modules/buildsystem/manifests/mgarepo.pp b/modules/buildsystem/manifests/mgarepo.pp
index 2b314d3d..14e11e1a 100644
--- a/modules/buildsystem/manifests/mgarepo.pp
+++ b/modules/buildsystem/manifests/mgarepo.pp
@@ -27,7 +27,7 @@ class buildsystem::mgarepo {
require => File["${sched_home_dir}/repsys"],
}
- # FIXME: disabled temporarly as upload dir is a symlink to /var/lib/repsys/uploads
+ # FIXME: disabled temporarily as upload dir is a symlink to /var/lib/repsys/uploads
#file { "${sched_home_dir}/uploads":
# ensure => "directory",
# owner => $sched_login,
diff --git a/modules/buildsystem/manifests/scheduler.pp b/modules/buildsystem/manifests/scheduler.pp
index 7c186a19..53b248fc 100644
--- a/modules/buildsystem/manifests/scheduler.pp
+++ b/modules/buildsystem/manifests/scheduler.pp
@@ -1,5 +1,5 @@
class buildsystem::scheduler {
- # until ulri is splitted from main iurt rpm
+ # until ulri is split from main iurt rpm
include buildsystem::iurt::packages
include buildsystem::iurt::upload
include buildsystem::var::scheduler
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp
index 0299c87c..9e45e2c2 100644
--- a/modules/buildsystem/manifests/var/distros.pp
+++ b/modules/buildsystem/manifests/var/distros.pp
@@ -5,7 +5,7 @@
# list of IP or domains allowed to access the repository. If you don't want to
# filter allowed IPs, don't those values.
# $distros:
-# a hash variable containing distributions informations indexed by
+# a hash variable containing distributions information indexed by
# distribution name. Each distribution is itself an hash containing
# the following infos:
# {
diff --git a/modules/buildsystem/manifests/var/youri.pp b/modules/buildsystem/manifests/var/youri.pp
index fa8a3a1d..f20b6c7b 100644
--- a/modules/buildsystem/manifests/var/youri.pp
+++ b/modules/buildsystem/manifests/var/youri.pp
@@ -1,7 +1,7 @@
-# The youri configuration files are created using informations from 3
+# The youri configuration files are created using information from 3
# different hash variables :
# - the $youri_conf_default variable defined in this class, containing
-# the default configuration for youri. It contais the repository
+# the default configuration for youri. It contains the repository
# configuration, and the definitions of the checks, actions and posts.
# - the $youri_conf parameter passed to this class. The values defined
# in this hash override the values defined in the default configuration.
@@ -17,7 +17,7 @@
#
# Parameters :
# $tmpl_youri_upload_conf:
-# template file for youri submi-upload.conf
+# template file for youri submit-upload.conf
# $tmpl_youri_todo_conf:
# template file for youri submit-todo.conf
# $packages_archivedir: