From 36ecfdc1752240ec82299211743f184187970c6e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 11 Sep 2019 09:08:45 +0200 Subject: [PATCH 1/1] fix a typo --- modules/roles/manifests/static/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/manifests/static/base.pp b/modules/roles/manifests/static/base.pp index 95eacd402..4abc3ee31 100644 --- 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 things 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"] }) -- 2.20.1