From: Peter Palfrader Date: Wed, 11 Sep 2019 07:08:45 +0000 (+0200) Subject: fix a typo X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=36ecfdc1752240ec82299211743f184187970c6e;hp=e70ab8f2f7a01c1e695541cfc64f0e2cf82dd588;p=mirror%2Fdsa-puppet.git fix a typo --- 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"] })