Skip to content

Commit d00c80b

Browse files
committed
(CONT-237) - Remove outdated info from README
1 parent 600941e commit d00c80b

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -141,31 +141,17 @@ A number of the Puppet parser features, controlled via configuration during a
141141
normal puppet run, can be controlled by exporting specific environment
142142
variables for the spec run. These are:
143143

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.
148146
* ``ORDERING`` - set to the desired ordering method ("title-hash", "manifest", or "random")
149147
to set the order of unrelated resources when applying a catalog. Leave unset for the default
150148
behavior, currently "random". This is equivalent to setting [ordering](http://docs.puppetlabs.com/references/latest/configuration.html#ordering)
151149
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
158-
[trusted_node_data=true](https://puppet.com/docs/puppet/3.8/configuration.html#trustednodedata)
159-
in puppet.conf.
160-
* ``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
162-
[stringify_facts=false](https://puppet.com/docs/puppet/3.8/configuration.html#stringifyfacts)
163-
in puppet.conf.
164-
165-
As an example, to run spec tests with the future parser, strict variable checking,
150+
151+
As an example, to run spec tests with the future parser, strict variable checking,
166152
and manifest ordering, you would:
167153

168-
FUTURE_PARSER=yes STRICT_VARIABLES=yes ORDERING=manifest rake spec
154+
ORDERING=manifest rake spec
169155

170156

171157
Using Utility Classes

0 commit comments

Comments
 (0)