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