source: trunk/puppet/modules/puppet-dyndns/manifests/init.pp @ 460

Last change on this file since 460 was 460, checked in by sebas, 14 years ago

modulo para configurar un dyndns

File size: 211 bytes
RevLine 
[460]1class dyndns::client {
2  package {"ddclient":
3    ensure => installed,
4  }
5
6  file {
7    "/etc/ddclient.conf":
8      require => Package["ddclient"],
9      content => template("dyndns/ddclient.conf.erb");
10  }
11}
Note: See TracBrowser for help on using the repository browser.