Skip to content

Commit cb2da41

Browse files
Update manifests/ppa.pp
Co-authored-by: Romain Tartière <[email protected]>
1 parent 19798f6 commit cb2da41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/ppa.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
# Validate the resource name
43-
if $name !~ /^ppa:([a-zA-Z0-9\-_.\+]+)\/([a-zA-z0-9\-_.+]+)$/ {
43+
if $name !~ /^ppa:([a-zA-Z0-9\-_.+]+)\/([a-zA-z0-9\-_.+]+)$/ {
4444
fail("Invalid PPA name: ${name}")
4545
}
4646

0 commit comments

Comments
 (0)