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 5f557cf commit 1a540d1Copy full SHA for 1a540d1
manifests/compose.pp
@@ -46,10 +46,10 @@
46
}
47
48
'Windows': {
49
- fail('Docker compose is installed with Docker Desktop on Windows')
+ fail('The docker compose portion of this module is not supported on Windows')
50
51
default: {
52
- fail('This module only works on Debian, RedHat or Windows.')
+ fail('The docker compose portion of this module only works on Debian or RedHat')
53
54
55
0 commit comments