write_daemon_config added for choice
This commit is contained in:
parent
88412797d0
commit
0ce5e7d2c7
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ class eid::dockerhost(
|
||||||
String $docker_args = '',
|
String $docker_args = '',
|
||||||
Optional[String] $docker_dns = undef,
|
Optional[String] $docker_dns = undef,
|
||||||
$storage_driver = 'aufs',
|
$storage_driver = 'aufs',
|
||||||
|
Boolean $write_daemon_config = false,
|
||||||
) {
|
) {
|
||||||
if $version == 'NOT_SET_IN_HIERA' {
|
if $version == 'NOT_SET_IN_HIERA' {
|
||||||
fail('Docker version not set in Hiera')
|
fail('Docker version not set in Hiera')
|
||||||
|
@ -25,5 +26,6 @@ class eid::dockerhost(
|
||||||
storage_driver => $storage_driver,
|
storage_driver => $storage_driver,
|
||||||
docker_network => true, # let docker choose a network for the 'docker' bridge
|
docker_network => true, # let docker choose a network for the 'docker' bridge
|
||||||
compose_version => $compose_version,
|
compose_version => $compose_version,
|
||||||
|
write_daemon_config => $write_daemon_config
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue