Skip to content

Commit

Permalink
centos twisted
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Rathbone committed Feb 27, 2014
1 parent e272e9a commit f47422b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures graphite'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.4.6'
version '0.4.6.1'

supports 'ubuntu'
supports 'debian'
Expand Down
7 changes: 6 additions & 1 deletion recipes/carbon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
# limitations under the License.
#

package 'python-twisted'
if node['platform'] == 'centos'
package 'python-twisted-core'
else
package 'python-twisted'
end

package 'python-simplejson'

if node['graphite']['carbon']['enable_amqp']
Expand Down

0 comments on commit f47422b

Please sign in to comment.