[chef] Re: Re: Re:


Chronological Thread 
  • From: Marco Betti < >
  • To: " " < >
  • Subject: [chef] Re: Re: Re:
  • Date: Thu, 31 Jul 2014 22:04:35 +0200

I can do it tomorrow morning, now it's 10 PM here and I left my mac at the office, sorry :-)

Marco



On Thu, Jul 31, 2014 at 9:55 PM, Nikhil Shah < " target="_blank"> > wrote:
would you be able to give an example of how I would use the FileEdit? I'm not too fond of regex esp with a mixture of ruby


On Thu, Jul 31, 2014 at 3:42 PM, Nikhil Shah < " target="_blank"> > wrote:
Yea, that's im used to is disabling the requiretty but creating an AWS instance, it's kind of hard to when the instance doesn't exist yet =). 

I'll def. take a look at the FileEdit and see if I can get it working that way. Is there another preferred method of running a bash script? 


On Thu, Jul 31, 2014 at 3:34 PM, Marco Betti < " target="_blank"> > wrote:
This is typical for rhel family os, as amazon linux ami are.

The solution is to comment "Default requiretty" line within /etc/sudoers.

You could simply try using Chef::Util::FileEdit search_file_replace method in your recipe (http://rubydoc.info/gems/chef/Chef/Util/FileEdit) to comment that line before other configurations.

Cheers,
Marco



On Thu, Jul 31, 2014 at 7:55 PM, Nikhil Shah < " target="_blank"> > wrote:
how have others accomplished this:

I just created a wrapper recipe that calls a script that runs a few custom stuff. Here is the cookbook:

cookbook_file "/tmp/ffmeg.sh" do

  source "ffmeg.sh"

  mode 0755

end

execute "install ffmeg" do

  command "sh /tmp/ffmeg.sh"

end


However, I keep getting:


Error executing action `run` on resource 'execute[install ffmeg]'

STDERR: sudo: sorry, you must have a tty to run sudo


How do I go around this if the server is unknown (EC2 instance)?


--
Nikhil Shah  System Administrator

THE ORCHARD Distribution Done Right
23 E 4th St Fl 3, New York, NY 10003

Follow us: The Daily Rind  Facebook  Twitter  YouTube  LinkedIn

Privileged And Confidential Communication. This electronic transmission, and any documents attached hereto, (a) are protected by the Electronic Communications Privacy Act (18 USC §§ 2510-2521), (b) may contain confidential and/or legally privileged information, and (c) are for the sole use of the intended recipient named above. If you have received this electronic message in error, please notify the sender and delete the electronic message. Any disclosure, copying, distribution, or use of the contents of the information received in error is strictly prohibited.



--
Ing. Marco Betti
RHCE RHEL4 id 804006512121056



--
Nikhil Shah  System Administrator

THE ORCHARD Distribution Done Right
23 E 4th St Fl 3, New York, NY 10003

Follow us: The Daily Rind  Facebook  Twitter  YouTube  LinkedIn

Privileged And Confidential Communication. This electronic transmission, and any documents attached hereto, (a) are protected by the Electronic Communications Privacy Act (18 USC §§ 2510-2521), (b) may contain confidential and/or legally privileged information, and (c) are for the sole use of the intended recipient named above. If you have received this electronic message in error, please notify the sender and delete the electronic message. Any disclosure, copying, distribution, or use of the contents of the information received in error is strictly prohibited.



--
Nikhil Shah  System Administrator

THE ORCHARD Distribution Done Right
23 E 4th St Fl 3, New York, NY 10003

Follow us: The Daily Rind  Facebook  Twitter  YouTube  LinkedIn

Privileged And Confidential Communication. This electronic transmission, and any documents attached hereto, (a) are protected by the Electronic Communications Privacy Act (18 USC §§ 2510-2521), (b) may contain confidential and/or legally privileged information, and (c) are for the sole use of the intended recipient named above. If you have received this electronic message in error, please notify the sender and delete the electronic message. Any disclosure, copying, distribution, or use of the contents of the information received in error is strictly prohibited.



--
Ing. Marco Betti
RHCE RHEL4 id 804006512121056



Archive powered by MHonArc 2.6.16.

§