mirror of
https://github.com/rancher/os.git
synced 2025-09-05 16:52:20 +00:00
rename rancher.user_docker to rancher.docker in cloud-config
This commit is contained in:
@@ -69,8 +69,8 @@ func TestSubstituteUserDataVars(t *testing.T) {
|
||||
interfaces:
|
||||
eth1:
|
||||
address: $private_ipv4/16
|
||||
user_docker:
|
||||
tls_args: ['-H=$public_ipv4:2376']`,
|
||||
docker:
|
||||
tls_args: ['-H=$public_ipv4:2376']`,
|
||||
`write_files:
|
||||
- path: /etc/environment
|
||||
content: |
|
||||
@@ -81,8 +81,8 @@ func TestSubstituteUserDataVars(t *testing.T) {
|
||||
interfaces:
|
||||
eth1:
|
||||
address: 192.0.2.203/16
|
||||
user_docker:
|
||||
tls_args: ['-H=192.0.2.3:2376']`,
|
||||
docker:
|
||||
tls_args: ['-H=192.0.2.3:2376']`,
|
||||
},
|
||||
{
|
||||
// no metadata
|
||||
|
Reference in New Issue
Block a user