diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-06-16 14:10:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-06-16 14:10:06 -0300 |
commit | 270a3fcc6b9718bd1d1ef67885e655c72a009615 (patch) | |
tree | 01e7a51d082910443ca883bf47f2c017e2bf5347 /manifests | |
parent | fe1cbf6e7670e8ebd17e6726c533f04a89dc5724 (diff) | |
download | puppet-trac-270a3fcc6b9718bd1d1ef67885e655c72a009615.tar.gz puppet-trac-270a3fcc6b9718bd1d1ef67885e655c72a009615.tar.bz2 |
Typo
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index e893844..9ca02d5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,7 +17,7 @@ class trac { } # various plugins - packae { [ "trac-wysiwyg", "trac-wikiprint", "trac-wikirename", + package { [ "trac-wysiwyg", "trac-wikiprint", "trac-wikirename", "trac-mastertickets", "trac-accountmanager" ]: ensure => $lsbdistcodename ? { 'lenny' => absent, |