diff --git a/ipasserelle-gp.spec b/ipasserelle-gp.spec index 087ff1c..4406ce4 100644 --- a/ipasserelle-gp.spec +++ b/ipasserelle-gp.spec @@ -1,5 +1,5 @@ %define version 0.0.1 -%define release 1.beta7 +%define release 1.beta8 %define name ipasserelle-gp diff --git a/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/fusioninventory/fusioninventory_x64.reg/10All b/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/fusioninventory/fusioninventory_x64.reg/10All index a953e6f..3ebe651 100644 --- a/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/fusioninventory/fusioninventory_x64.reg/10All +++ b/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/fusioninventory/fusioninventory_x64.reg/10All @@ -6,7 +6,7 @@ my $server = ${'fusioninventory-agent'}{'Server'} || 'https://inventory.firewall my $user = ${'fusioninventory-agent'}{'User'} || $DomainName; my $pass = ${'fusioninventory-agent'}{'Password'} || 'secret'; -my $out .=<"EOF"; +my $out .=<<"EOF"; [HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\FusionInventory-Agent] "server"="$server" "tag"="$DomainName" diff --git a/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/fusioninventory/fusioninventory_x86.reg/10All b/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/fusioninventory/fusioninventory_x86.reg/10All index e895ce2..f8c0bfb 100644 --- a/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/fusioninventory/fusioninventory_x86.reg/10All +++ b/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/fusioninventory/fusioninventory_x86.reg/10All @@ -6,7 +6,7 @@ my $server = ${'fusioninventory-agent'}{'Server'} || 'https://inventory.firewall my $user = ${'fusioninventory-agent'}{'User'} || $DomainName; my $pass = ${'fusioninventory-agent'}{'Password'} || 'secret'; -my $out .=<"EOF"; +my $out .=<<"EOF"; [HKEY_LOCAL_MACHINE\\SOFTWARE\\FusionInventory-Agent] "server"="$server" "tag"="$DomainName"