diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-19 22:10:28 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-19 22:10:28 +0300 |
commit | 0b99207a370212860ccf1d877d8f90f8fc5b7c34 (patch) | |
tree | 9b30a223d00ff8b6da08ef6c6c2381d70924ea89 /modules/auto_installation/templates | |
parent | e9d95e0776dd39ed8881c40413240d55ca1b5786 (diff) | |
download | puppet-0b99207a370212860ccf1d877d8f90f8fc5b7c34.tar puppet-0b99207a370212860ccf1d877d8f90f8fc5b7c34.tar.gz puppet-0b99207a370212860ccf1d877d8f90f8fc5b7c34.tar.bz2 puppet-0b99207a370212860ccf1d877d8f90f8fc5b7c34.tar.xz puppet-0b99207a370212860ccf1d877d8f90f8fc5b7c34.zip |
lint fixes for auto_installation
Diffstat (limited to 'modules/auto_installation/templates')
-rw-r--r-- | modules/auto_installation/templates/default | 2 | ||||
-rw-r--r-- | modules/auto_installation/templates/menu | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/modules/auto_installation/templates/default b/modules/auto_installation/templates/default index f8b8e82b..a9ea8de3 100644 --- a/modules/auto_installation/templates/default +++ b/modules/auto_installation/templates/default @@ -13,5 +13,3 @@ LABEL local <% for m in menu_entries %> INCLUDE pxelinux.cfg/m/<%= m %> <% end %> - - diff --git a/modules/auto_installation/templates/menu b/modules/auto_installation/templates/menu index b7f6c910..3d0ce6fa 100644 --- a/modules/auto_installation/templates/menu +++ b/modules/auto_installation/templates/menu @@ -2,4 +2,4 @@ LABEL <%= name %> MENU DEFAULT MENU LABEL Install <%= label %> kernel <%= kernel_path %> - append <%= append %> + append <%= append %> |