Fix typo in README.markdown

This commit is contained in:
Alex Harvey
2016-04-09 22:53:20 +10:00
parent 8e0c06cba9
commit 3f2825c5e2

View File

@@ -170,6 +170,7 @@ By default on FreeBSD Puppet < 4.0, you will see an error as `pkgng` is not the
Package { Package {
provider => 'pkgng', provider => 'pkgng',
} }
```
On Puppet > 4.0 (ie. using the sysutils/puppet4 port), `pkgng` is included within Puppet and it's the default package provider. On Puppet > 4.0 (ie. using the sysutils/puppet4 port), `pkgng` is included within Puppet and it's the default package provider.