source: trunk/puppet/manifests/classes/dyndns.pp @ 268

Last change on this file since 268 was 268, checked in by sebas, 15 years ago

nueva clase de dynamic dns

File size: 123 bytes
Line 
1class dyndns {
2
3## todo: parse the configurations and a preseed...
4
5    package { [ "ddclient" ]: ensure => installed }
6
7}
Note: See TracBrowser for help on using the repository browser.