Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 2 | -6/+6 |
| | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | ||||
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 2 | -6/+6 |
| | | | | Access without the @ symbol is the older method and is discouraged. | ||||
* | Fix typos in comments | Dan Fandrich | 2024-08-15 | 1 | -3/+3 |
| | | | | This should result in no difference in configuration. | ||||
* | lint fixes for auto_installation | Thomas Backlund | 2015-10-19 | 3 | -46/+44 |
| | |||||
* | fix '(warning): Unrecognised escape sequence '\:' in file ↵ | Thomas Backlund | 2012-01-08 | 1 | -1/+1 |
| | | | | /etc/puppet/modules/auto_installation/manifests/init.pp at line 119' | ||||
* | fix missing require | Michael Scherer | 2011-08-19 | 1 | -0/+1 |
| | |||||
* | - fix define naming | Michael Scherer | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | add mandriva_installation_entry type to fill pxe menu | Michael Scherer | 2011-04-05 | 1 | -0/+41 |
| | |||||
* | add a netinst_storage class ( to hold various netinstallation related | Michael Scherer | 2011-04-05 | 1 | -2/+13 |
| | | | | file in libvirtd ) | ||||
* | - add missing file, and also add a parameter to have a more readable | Michael Scherer | 2011-04-05 | 2 | -1/+6 |
| | | | | title in entry | ||||
* | move the download class to auto_installation, as it doesn't belong to ↵ | Michael Scherer | 2011-04-05 | 2 | -0/+25 |
| | | | | libvirt module | ||||
* | - use exported ressource to populate the pxe menu | Michael Scherer | 2011-04-01 | 2 | -15/+23 |
| | |||||
* | create a directory to hold menu file that will be included in the main file | Michael Scherer | 2011-04-01 | 1 | -0/+9 |
| | |||||
* | use a class to store variable, to reuse this in define | Michael Scherer | 2011-04-01 | 1 | -2/+5 |
| | |||||
* | add basic structure for pxe boot | Michael Scherer | 2011-04-01 | 2 | -0/+80 |