search for: dump1

Displaying 2 results from an estimated 2 matches for "dump1".

Did you mean: dump
2013 Jan 16
1
End of file reached, while copying large files from modules to client
Hi, I am trying to copy a file from puppet server''s module to the Windows machine client The following snippet is from init.pp of a module: file {''copyingDB'': ensure => file, path => ''C:/dump/dump1.zip'', require => File[''dump''], mode => 0777, source => "puppet://puppet.server.com/modules/dump/dump1.zip", } I found that, when the file size is small, the file is copied and the snippet works...
2006 Aug 05
0
help needed in xml feed
...en if i use the below code in model( I want this code to be in model only not in views) xml = Builder::XmlMarkup.new( :target => $stdout, :indent => 2 ) xml.instruct! :xml, :version => "1.1", :encoding => "UTF-8" xml.avails { xml.dump("hai") xml.dump1("hello") } how can i retrieve this code & feed this code into xml file (say "demo.xml") plz explain with example advance thx Have a pleasant day narayana -- Posted via http://www.ruby-forum.com/.