Skip to content

Commit

Permalink
Remove regex from centrifydc_line
Browse files Browse the repository at this point in the history
Some configuration values are full-on phrases or prompts, others are whitelist separated lists, some are uris.

Fixes walkamongus#14
  • Loading branch information
dekimsey authored Jul 27, 2018
1 parent 4ada5c6 commit cc7d5e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/puppet/type/centrifydc_line.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

newproperty(:value) do
desc 'The value for the configuration setting'
newvalues(/^[\w\.:\/]+$/)
munge(&:to_s)
end

Expand Down

0 comments on commit cc7d5e8

Please sign in to comment.