We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc92d75 commit 860ae8bCopy full SHA for 860ae8b
manifests/agent.pp
@@ -188,11 +188,11 @@
188
}
189
190
191
- if (($ordering == true) and (${::puppetversion} < '3.3.0'))
+ if (($ordering) and ($::puppetversion < '3.3.0'))
192
{
193
- fail("ordering requires puppet verions 3.3.0 or greater")
+ fail('ordering requires puppet verions 3.3.0 or greater')
194
195
- elsif (($ordering == true) and (${::puppetversion} >= '3.3.0'))
+ elsif (($ordering) and ($::puppetversion >= '3.3.0'))
196
197
ini_setting {'puppetagentordering':
198
ensure => present,
0 commit comments