File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ Docker provides a enterprise addition of the [Docker Engine](https://www.docker.
6969``` puppet
7070class { 'docker':
7171 docker_ee => true,
72- docker_ee_source_location => 'https://<docker_ee_repo_url',
73- docker_ee_key_source => 'https://<docker_ee_key_source_url',
72+ docker_ee_source_location => 'https://<docker_ee_repo_url> ',
73+ docker_ee_key_source => 'https://<docker_ee_key_source_url> ',
7474 docker_ee_key_id => '<key id>',
7575}
7676```
@@ -80,8 +80,8 @@ To install Docker EE on RHEL/CentOS:
8080``` puppet
8181class { 'docker':
8282 docker_ee => true,
83- docker_ee_source_location => 'https://<docker_ee_repo_url',
84- docker_ee_key_source => 'https://<docker_ee_key_source_url',
83+ docker_ee_source_location => 'https://<docker_ee_repo_url> ',
84+ docker_ee_key_source => 'https://<docker_ee_key_source_url> ',
8585}
8686```
8787
You can’t perform that action at this time.
0 commit comments