projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e70ab8f
)
fix a typo
author
Peter Palfrader
<peter@palfrader.org>
Wed, 11 Sep 2019 07:08:45 +0000
(09:08 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 11 Sep 2019 07:08:45 +0000
(09:08 +0200)
modules/roles/manifests/static/base.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/static/base.pp
b/modules/roles/manifests/static/base.pp
index
95eacd4
..
4abc3ee
100644
(file)
--- a/
modules/roles/manifests/static/base.pp
+++ b/
modules/roles/manifests/static/base.pp
@@
-1,4
+1,4
@@
-# the base class defining tings common for all three static classes (master, mirror, source)
+# the base class defining t
h
ings common for all three static classes (master, mirror, source)
class roles::static::base {
$query = 'nodes[certname] { resources { type = "Class" and title = "Roles::Static_mirror" } }'
$static_mirrors = sort(puppetdb_query($query).map |$value| { $value["certname"] })