source:
trunk/puppet/modules/puppet-dyndns/templates/ddclient.conf.erb
@
766
Last change on this file since 766 was 732, checked in by , 14 years ago | |
---|---|
File size: 321 bytes |
Line | |
---|---|
1 | # Managed by puppet |
2 | # Configuration file for ddclient |
3 | # |
4 | # /etc/ddclient.conf |
5 | protocol=dyndns2 |
6 | use=web, web=checkip.dyndns.com, web-skip='IP Address' |
7 | server=members.dyndns.org |
8 | login=<%= dyndns_login %> |
9 | password='<%= dyndns_password %>' |
10 | <% if has_variable?("dyndns_wildcard") -%> |
11 | wildcard=yes |
12 | <% end -%> |
13 | <%= dyndns_host %> |
Note: See TracBrowser
for help on using the repository browser.