Skip to content

Commit 1a540d1

Browse files
Revise fail messages
1 parent 5f557cf commit 1a540d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/compose.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
}
4747
}
4848
'Windows': {
49-
fail('Docker compose is installed with Docker Desktop on Windows')
49+
fail('The docker compose portion of this module is not supported on Windows')
5050
}
5151
default: {
52-
fail('This module only works on Debian, RedHat or Windows.')
52+
fail('The docker compose portion of this module only works on Debian or RedHat')
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)