Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cristifalcas committed Feb 2, 2017
1 parent 0ae49cb commit 8847fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/master.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$manage_package = true,
$ensure = 'present',
) {
validate_legacy("NotUndef[String]", "validate_re", "${ensure}", ["."])
validate_legacy('NotUndef[String]', 'validate_re', $ensure, ['.'])

include ::kubernetes::client

Expand Down

0 comments on commit 8847fa8

Please sign in to comment.