This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # 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 | |
| # |
NewerOlder