You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using garethr/docker v5.3.0 with puppet v.4.5.2 on an ubuntu 16.10 vm. I noticed when using the version attribute, I have to specify "17.03.0ce-0ubuntu-yakkety" as the value. Is there something which can be done to allow a more generic "17.03.0" to work? It currently feels very platform-specific unfortunately.
class { 'docker':
version => '17.03.0~ce-0~ubuntu-yakkety',
docker_users => ['ubuntu']
}
I consider this low priority given the workaround. Great module!
The text was updated successfully, but these errors were encountered:
Using garethr/docker v5.3.0 with puppet v.4.5.2 on an ubuntu 16.10 vm. I noticed when using the version attribute, I have to specify "17.03.0
ce-0ubuntu-yakkety" as the value. Is there something which can be done to allow a more generic "17.03.0" to work? It currently feels very platform-specific unfortunately.I consider this low priority given the workaround. Great module!
The text was updated successfully, but these errors were encountered: