From d05b5f04c92034eae1675dc8102247a3cc3315f7 Mon Sep 17 00:00:00 2001 From: baigk Date: Tue, 4 Aug 2015 22:21:43 -0400 Subject: delete the windows newline character JIRA: COMPASS-7 Change-Id: Iffd549877b8cc50a995bdc59adf1f05c0fcb1d5e Signed-off-by: baigk --- .../cobbler/snippets/func_register_if_enabled | 52 +++++++++++----------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'deploy/adapters/cobbler/snippets/func_register_if_enabled') diff --git a/deploy/adapters/cobbler/snippets/func_register_if_enabled b/deploy/adapters/cobbler/snippets/func_register_if_enabled index 0e5580b3..4258fa33 100644 --- a/deploy/adapters/cobbler/snippets/func_register_if_enabled +++ b/deploy/adapters/cobbler/snippets/func_register_if_enabled @@ -1,26 +1,26 @@ - -#if $str($getVar('func_auto_setup','')) == "1" -# Start func registration section - -/sbin/chkconfig --level 345 funcd on - -cat < /etc/func/minion.conf -[main] -log_level = INFO -acl_dir = /etc/func/minion-acl.d - -listen_addr = -listen_port = 51234 -EOFM - -cat < /etc/certmaster/minion.conf -[main] -certmaster = $func_master -certmaster_port = 51235 -log_level = DEBUG -cert_dir = /etc/pki/certmaster -EOCM - -# End func registration section -#end if - + +#if $str($getVar('func_auto_setup','')) == "1" +# Start func registration section + +/sbin/chkconfig --level 345 funcd on + +cat < /etc/func/minion.conf +[main] +log_level = INFO +acl_dir = /etc/func/minion-acl.d + +listen_addr = +listen_port = 51234 +EOFM + +cat < /etc/certmaster/minion.conf +[main] +certmaster = $func_master +certmaster_port = 51235 +log_level = DEBUG +cert_dir = /etc/pki/certmaster +EOCM + +# End func registration section +#end if + -- cgit 1.2.3-korg