These two projects caught my attention at Freshmeat today:
- parse_conf library
- Config::Model - I may have mentioned this one before
I'm very pleased to see so many configuration-focused project popping up. The more, the merrier!
These two projects caught my attention at Freshmeat today:
I'm very pleased to see so many configuration-focused project popping up. The more, the merrier!
class rsync {
package { rsync: ensure => latest }
file { "rsyncd.conf":
name => "/etc/rsyncd.conf",
owner => "root",
group => "root",
mode => 644,
source => "puppet://fileserver.example.com/rsync/rsyncd.$hostname.conf",
require => Package["rsync"],
}
}user@hostone:/home/user$ hostname hostone.example.com dig -x 192.168.123.123 hostone.example.com
rm -rf /var/lib/puppet/ssl/
Recent Comments