Sha256: 52b6cb5623e244897fbe0da963596d99d4771e9f9e795160ba246796a49494f4

Contents?: true

Size: 252 Bytes

Versions: 3

Compression:

Stored size: 252 Bytes

Contents

module Capistrano
  module DSL
    module MemcachedPaths

      def memcached_config_file
        "/etc/memcached.conf"
      end

      def memcached_default_app_config_file
        shared_path.join('config/memcached.yml')
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capistrano-memcached-1.2.0 lib/capistrano/dsl/memcached_paths.rb
capistrano-memcached-1.1.0 lib/capistrano/dsl/memcached_paths.rb
capistrano-memcached-1.0.0 lib/capistrano/dsl/memcached_paths.rb