Skip to content

Commit 87a45e3

Browse files
committed
Merge pull request #202 from ajroetker/pdb-1620/master/fix_readme_example_typo
(PDB-1620) Fix example README typo (e7->el7)
2 parents 8d0eb1b + f41b525 commit 87a45e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ Significant parameter changes are listed below:
149149
For example if your config looked like this before:
150150
~~~ruby
151151
class {'puppetdb':
152-
puppetdb_version => '2.3.5-1.e7',
152+
puppetdb_version => '2.3.5-1.el7',
153153
}
154154
class { 'puppetdb::master::config': }
155155
~~~
156156
and you'd still like to use the module with PuppetDB 2.3.5, all you'd have to change would be:
157157
~~~ruby
158158
class { 'puppetdb::globals':
159-
version => '2.3.5-1.e7',
159+
version => '2.3.5-1.el7',
160160
}
161161
class { 'puppetdb' : }
162162
class { 'puppetdb::master::config' : }

0 commit comments

Comments
 (0)