# File lib/rhc/rest/cartridge.rb, line 27
      def automatic_updates?
        v = attribute(:automatic_updates)
        if v.nil?
          v = !(tags.include?('no_updates') || custom?)
        end
        v
      end