class Monolith::PathLocation

Public Instance Methods

clean() click to toggle source
# File lib/monolith/locations/path.rb, line 20
def clean
  Monolith.formatter.debug("Skipping cookbook #{@cookbook.cookbook_name}" \
                           "with path location")
  nil
end
install() click to toggle source
# File lib/monolith/locations/path.rb, line 8
def install
  Monolith.formatter.debug("Skipping cookbook #{@cookbook.cookbook_name}" \
                           "with path location")
  nil
end
update() click to toggle source
# File lib/monolith/locations/path.rb, line 14
def update
  Monolith.formatter.debug("Skipping cookbook #{@cookbook.cookbook_name}" \
                           "with path location")
  nil
end