source: trunk/puppet/modules/puppet-dyndns/templates/ddclient.conf.erb

Last change on this file was 732, checked in by sebas@…, 14 years ago

saco el pid y limpiza

File size: 321 bytes
Line 
1# Managed by puppet
2# Configuration file for ddclient
3#
4# /etc/ddclient.conf
5protocol=dyndns2
6use=web, web=checkip.dyndns.com, web-skip='IP Address'
7server=members.dyndns.org
8login=<%= dyndns_login %>
9password='<%= dyndns_password %>'
10<% if has_variable?("dyndns_wildcard") -%>
11wildcard=yes
12<% end -%>
13<%= dyndns_host %>
Note: See TracBrowser for help on using the repository browser.