search for: backup_client

Displaying 2 results from an estimated 2 matches for "backup_client".

2011 May 13
1
ubuntu package installs
...: Retrieving plugins err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: No specified source was found from puppet://puppet/plugins info: Caching catalog at /var/lib/puppet/state/localconfig.yaml notice: Starting catalog run err: /Stage[main]/Ubuntu::Amanda/Package[amanda-backup_client]/ensure: change from purged to present failed: Execution of ''/usr/bin/dpkg --force-confold -i http://www.zmanda.com/downloads/community/Amanda/3.2.1/Ubuntu-9.04/amanda-backup-client_3.2.1-1Ubuntu904_i386.deb'' returned 1: dpkg: error processing http://www.zmanda.com/downloads/commu...
2008 May 12
8
Complex data structures in templates
Hi. I wonder if it is possible to use more complex data structures in templates than simple variables and arrays? I have been trying nested arrays, as well as nested arrays and hashes, but nothing seems to work (more specifically, nested arrays seem to be flattened into a single array). Having only simple variables and arrays is a little limiting. Something like the Perl-based Template Toolkit