You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-19Lines changed: 5 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,31 +141,17 @@ A number of the Puppet parser features, controlled via configuration during a
141
141
normal puppet run, can be controlled by exporting specific environment
142
142
variables for the spec run. These are:
143
143
144
-
*``STRICT_VARIABLES`` - set to "yes" to enable set to strict variable checking when using Puppet versions between 3.5 and 4.0;
145
-
set to "no" to disable strict variable checking on Puppet versions 4.0, and later.
146
-
See [strict_variables](http://docs.puppetlabs.com/references/latest/configuration.html#strictvariables)
147
-
in puppet.conf for details.
144
+
*``STRICT_VARIABLES`` - Set to "no" to disable strict variable checking.
145
+
See [strict_variables](http://docs.puppetlabs.com/references/latest/configuration.html#strictvariables) in puppet.conf for details.
148
146
*``ORDERING`` - set to the desired ordering method ("title-hash", "manifest", or "random")
149
147
to set the order of unrelated resources when applying a catalog. Leave unset for the default
150
148
behavior, currently "random". This is equivalent to setting [ordering](http://docs.puppetlabs.com/references/latest/configuration.html#ordering)
151
149
in puppet.conf.
152
-
* The following options only affect Puppet 3.x:
153
-
*``FUTURE_PARSER``_(Puppet 3.x, starting with 3.2)_ - set to "yes" to enable the [future parser](https://docs.puppet.com/puppet/3/experiments_future.html),
154
-
the equivalent of setting [parser=future](https://puppet.com/docs/puppet/3.8/configuration.html#parser)
155
-
in puppet.conf.
156
-
*``TRUSTED_NODE_DATA``_(Puppet 3.x, starting with 3.4)_ - set to "yes" to enable [the $facts hash and trusted node data](https://puppet.com/docs/puppet/3.8/lang_facts_and_builtin_vars.html#trusted-facts),
157
-
which enabled ``$facts`` and ``$trusted`` hashes. This is equivalent to setting
*``STRINGIFY_FACTS``_(Puppet 3.x, starting with 3.5)_ - set to "no" to enable [structured facts](http://docs.puppetlabs.com/facter/2.0/fact_overview.html#writing-structured-facts),
161
-
otherwise leave unset to retain the current default behavior. This is equivalent to setting
0 commit comments