We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d0eb1b + f41b525 commit 87a45e3Copy full SHA for 87a45e3
1 file changed
README.md
@@ -149,14 +149,14 @@ Significant parameter changes are listed below:
149
For example if your config looked like this before:
150
~~~ruby
151
class {'puppetdb':
152
- puppetdb_version => '2.3.5-1.e7',
+ puppetdb_version => '2.3.5-1.el7',
153
}
154
class { 'puppetdb::master::config': }
155
~~~
156
and you'd still like to use the module with PuppetDB 2.3.5, all you'd have to change would be:
157
158
class { 'puppetdb::globals':
159
- version => '2.3.5-1.e7',
+ version => '2.3.5-1.el7',
160
161
class { 'puppetdb' : }
162
class { 'puppetdb::master::config' : }
0 commit comments