Skip to content

Commit

Permalink
Update hiera.md
Browse files Browse the repository at this point in the history
Improved wording on non-hiera example.
  • Loading branch information
Hufschmidt committed Aug 11, 2015
1 parent 69aa880 commit 5fa8182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hiera.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Magically, it's all done! Work through these until the deprecation notices go aw
Maybe for some reason, Hiera isn't being used in your organization. Or, you like to keep a certain amount of composibilty in you modules. Or, hidden option #3! Regardless, the recommended path is to instantiate your own copy of Class[nginx::config] and move on with life. Let's do another example.
Assume the same code block as before:
Assume you have the following code block:
```ruby
class { 'nginx' :
Expand All @@ -37,7 +37,7 @@ class { 'nginx' :
}
```

Should become...
This should become...

```ruby
Anchor['nginx::begin']
Expand Down

0 comments on commit 5fa8182

Please sign in to comment.