templates/graphite/config/rubber/role/graphite_web/graphite.wsgi in rubber-2.16.0 vs templates/graphite/config/rubber/role/graphite_web/graphite.wsgi in rubber-3.0.0

- old
+ new

@@ -1,6 +1,6 @@ <% - is_old_ubuntu = %w[10.04 12.04].include?(rubber_instance.os_version) + is_old_ubuntu = rubber_instance.os_version == '12.04' @path = "#{rubber_env.graphite_dir}/conf/graphite.wsgi" @skip = ! is_old_ubuntu %> import os, sys