source:
trunk/puppet/manifests/classes/dyndns.pp
@
365
Last change on this file since 365 was 268, checked in by , 15 years ago | |
---|---|
File size: 123 bytes |
Line | |
---|---|
1 | class 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.