search for: svc8

Displaying 1 result from an estimated 1 matches for "svc8".

Did you mean: svc
2009 Nov 26
2
Puppet+Foreman: class into module couldn't apply on nodes
...stfile" if it doesn''t exist. class test_class { file { "/tmp/testfile": ensure => present, mode => 644, owner => root, group => root } } Configure nodes in site.pp and import module: import "test" node "srv2-svc8.net.billing.ru" { include test_class } Run puppetmasterd and restart puppetd on node. File /tmp/testfile is created. Next time I configure foreman: 1. Untar in /var/rails/foreman 2. Run RAILS_ENV=production rake db:migrate 3. Run RAILS_ENV=production rake puppet:import:hosts_and_facts (in...