Skip to content

Commit

Permalink
Merge pull request #730 from Dan33l/doc-nota-rspec-puppet-facts
Browse files Browse the repository at this point in the history
docs : add note about rspec-puppet-facts
  • Loading branch information
rodjek committed Oct 11, 2018
2 parents db5a68a + 1a3053b commit 5de2c06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_includes/facts_inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ describe 'My::Class' do
end
{% endhighlight %}

<div class="callout-block callout-info">
<div class="icon-holder"><i class="fa fa-info-circle"></i></div>
<div class="content">
A common pattern is to use <a href="https://github.com/mcanevet/rspec-puppet-facts">rspec-puppet-facts</a> to automatically populate the facts for a specified operating system. Please read the <a href="https://github.com/mcanevet/rspec-puppet-facts/blob/master/README.md">rspec-puppet-facts documentation</a> for more information.
</div>
</div>

### Specifying trusted facts

When testing with Puppet >= 4.3, the trusted facts hash will have the standard
Expand Down

0 comments on commit 5de2c06

Please sign in to comment.