Commit 943d6cd253f97e35a1f9f50746cba476332e2d8d

Authored by Guto Carvalho
1 parent ee0f9168
Exists in master

Typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
manifests/seiconf.pp
@@ -24,7 +24,7 @@ class seiaio::seiconf ( @@ -24,7 +24,7 @@ class seiaio::seiconf (
24 mode => '0664', 24 mode => '0664',
25 owner => $owner, 25 owner => $owner,
26 group => $group, 26 group => $group,
27 - content => template('seiaio/sip/ConfiguracaoSIP.php.erb'), 27 + content => template('seiaio/sip/ConfiguracaoSip.php.erb'),
28 } 28 }
29 29
30 } 30 }