Skip to content

Commit

Permalink
Escape dots
Browse files Browse the repository at this point in the history
  • Loading branch information
towo committed Apr 19, 2018
1 parent 34629c3 commit 655a293
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
String $owner,
String $group,
Struct[{
pid.file => String[1],
root => String[1],
server.cert => String[1],
server.key => String[1],
server.crl => String[1],
clinet.cert => String[1],
client.key => String[1],
ca.cert => String[1],
'pid.file' => String[1],
'root' => String[1],
'server.cert' => String[1],
'server.key' => String[1],
'server.crl' => String[1],
'clinet.cert' => String[1],
'client.key' => String[1],
'ca.cert' => String[1],
}] $config,
Struct[{
client => Struct[{
Expand Down

0 comments on commit 655a293

Please sign in to comment.