search for: myresourc

Displaying 4 results from an estimated 4 matches for "myresourc".

Did you mean: myresource
2012 Jan 11
4
Exported and Collected Resource With User Defined Resource Broken?
Hello all, The key issue is, if I uncomment the line: Myresource <<| |>> { ensure => present } I get the error: err: Could not find type Myresource on node hmaster I''m attempting to follow the instructions from the book Pro Puppet pgs. 143-145; however, it seems that there''s a parser issue or I''m very lost, as I am...
2009 Apr 18
1
RESTful posting
...a Windows system by using RESTful web services to send data back and forth. Luckyly all the business objects in the Windows system know how to serialize themselves into XML so it''s not too complicated. But when I looked at the XML that gets sent back to the service in a POST when you do a myresource.save, all the fields that had underscores come across with hyphens in place, which is incredibly weird. Is this something ActiveResource is doing or is it something happening on the Windows side of things? Ta John Small -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~--------...
2009 May 06
1
accessing database model from generator?
i''m writing my own generator :) basically a custom scaffolding type thing to make my life easier when creating new resources. instead of doing something like script/generate custom_scaffold MyResource name:string description:string ... i decided to store all the metadata about the tables and fields in the db. my generator creates the model stub files when given a name that corresponds to a table that already exists and which has metadata in the database. i would like to check in my generator c...
2008 Feb 20
2
purging unmanaged cron
Should this work? # --- remove any cronjobs that are not managed by puppet. resources { "cron": purge => true } I get the following error. Resources[cron]: Failed to generate additional resources: You must specify a title for objects of type Puppet::Type::Cron Ben