From: Silvio Rhatto Date: Thu, 16 May 2013 13:33:21 +0000 (-0300) Subject: Typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9c4df50e84cfa067e80f22748b2cccb4070ab74f;p=puppet-nodo.git Typo --- diff --git a/manifests/utils/network/pptp.pp b/manifests/utils/network/pptp.pp index 6ba0e8e..1a9a25d 100644 --- a/manifests/utils/network/pptp.pp +++ b/manifests/utils/network/pptp.pp @@ -1,4 +1,4 @@ -class nodo::utils::network:pptp { +class nodo::utils::network::pptp { package { 'pptp-linux': ensure => installed, }