We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6fc70 commit 5ea04d0Copy full SHA for 5ea04d0
README.md
@@ -85,9 +85,9 @@ To install Docker EE on RHEL/CentOS:
85
86
```puppet
87
class { 'docker':
88
- docker_ee => true,
+ docker_ee => true,
89
docker_ee_source_location => 'https://<docker_ee_repo_url>',
90
- docker_ee_key_source => 'https://<docker_ee_key_source_url>',
+ docker_ee_key_source => 'https://<docker_ee_key_source_url>',
91
}
92
```
93
0 commit comments