Blogs / Lior Gradstein’s Blog

No authority yet Info
Rank: 4,704,864

Lior Gradstein’s BlogView thumbnail

View all »

Latest posts

  1. Synchronization methods of a file with Puppet

    http://www.gradstein.info/ruby/synchronization-methods-of-a-file-with-puppet/

    Usually, to synchronize a file with remote hosts, using puppet, one would use the following pattern: file { "/etc/init.d/pvfs2-server": owner => root, group => root, mode => 755, source => "puppet:///files/pvfs2-server" } (using “source” to copy data as-is, and using “template(”filename”) to use a template structure as data). …

    63 days ago