Skip to content

Commit

Permalink
Merge pull request #5 from shamil/servern_name_dash
Browse files Browse the repository at this point in the history
Allow dashes Barman::ServerName type
  • Loading branch information
deric authored Aug 18, 2023
2 parents 89869bc + 3ea899c commit 51b3b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/servername.pp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
type Barman::ServerName = Pattern[/^[\w]*$/]
type Barman::ServerName = Pattern[/^[\w-]*$/]

0 comments on commit 51b3b77

Please sign in to comment.