Skip to content

Instantly share code, notes, and snippets.

View rafamvc's full-sized avatar

Rafael Floresta rafamvc

  • Philadelphia, PA
View GitHub Profile
rcardo-mac:mms-service rafamvc$ rdebug ./script/server
[-3, 6] in /Users/rafamvc/workspace/mms-service/script/server
1 #!/usr/bin/env ruby
=> 2 require File.dirname(__FILE__) + '/../config/boot'
3 require 'commands/server'
/Users/rafamvc/workspace/mms-service/script/server:2
require File.dirname(__FILE__) + '/../config/boot'
(rdb:1)
This is my mount:
mount nfs_server['directory_path'] do
device "/dev/sdi"
fstype "ext4"
not_if "mountpoint #{nfs_server['directory_path']}"
action [ :enable, :mount]
end
#
# Cookbook Name:: tomcat6
# Recipe:: default
#
# Copyright 2009, Edmund Haselwanter
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#