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 19798f6 commit cb2da41Copy full SHA for cb2da41
manifests/ppa.pp
@@ -40,7 +40,7 @@
40
}
41
42
# Validate the resource name
43
- if $name !~ /^ppa:([a-zA-Z0-9\-_.\+]+)\/([a-zA-z0-9\-_.+]+)$/ {
+ if $name !~ /^ppa:([a-zA-Z0-9\-_.+]+)\/([a-zA-z0-9\-_.+]+)$/ {
44
fail("Invalid PPA name: ${name}")
45
46
0 commit comments