diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/fastercsv.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/fastercsv.pp b/manifests/fastercsv.pp index b4c25db..4614d25 100644 --- a/manifests/fastercsv.pp +++ b/manifests/fastercsv.pp @@ -1,3 +1,3 @@ -class rubygems::mysql { +class rubygems::fastercsv { rubygems::package{'fastercsv': } } |