Skip to content

Commit

Permalink
surfacing package_ensure in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan33l committed Mar 27, 2019
1 parent 3346538 commit dfc2c04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ class { ::letsencrypt:
}
```

If using Ubuntu16.04 with `install_method` to default `package`, you can enforce upgrade of package from 0.4 to 0.7 with :

```puppet
class { ::letsencrypt:
email => '[email protected]',
package_ensure => 'latest',
}
```

If using EL7 without EPEL-preconfigured, add `configure_epel`:

```puppet
Expand Down

0 comments on commit dfc2c04

Please sign in to comment.