[Puppet Users] Issue with host resource type

2023-12-12 Thread William Thomas
In most Linux distributions, if there are multiple entries for a host in 
/etc/hosts the first entry has precedence.   With the Puppet host resource, 
if there are multiple entries for that name, Puppet will modify the last 
entry.   

So if a system has a /etc/hosts file with the following entries:

127.0.0.5testhost
127.0.0.6testhost

testhost will resolve to 127.0.0.5

When a Puppet host resource is applied to that server like
host { 'testhost':
ip => '127.0.0.7',
}

The /etc/hosts file will become
127.0.0.5  testhost
127.0.0.7  testhost

And testhost will still resolve to 127.0.0.5.

I have seen this behavior in Puppet 6 and Puppet 7.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/f9af2d92-f6f7-47c7-9bcf-f08bfe56bb2an%40googlegroups.com.


Re: [EXTERNAL] - [Puppet Users] Puppet (open source) Web Interface

2023-12-12 Thread Martin Alfke
Besides foreman there is puppetboard which shows reports and facts from 
puppetdb.

https://github.com/voxpupuli/puppetboard

Hth,
Martin


> On 12. Dec 2023, at 11:20, 'Dirk Heinrichs' via Puppet Users 
>  wrote:
> 
> Am Sonntag, dem 10.12.2023 um 20:11 -0800 schrieb Ferdana Syaputra:
> 
>> 1. How do I install the puppetserver web interface? I can't install the 
>> puppet server web interfaces, I have tried all the instructions from youtube 
>> and web browsers but still not successful. 
> 
> There is none. If you talk about a web UI for viewing reports and such, see 
> https://theforeman.org .
> 
> HTH...
> 
> Dirk
>  -- 
> Dirk Heinrichs
> Senior Systems Engineer, Delivery Pipeline
> OpenText ™ Discovery | Recommind
> Phone: +49 2226 15966 18
> Email: dhein...@opentext.com 
> Website: www.recommind.de 
> 
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
> Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
> Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
> This e-mail may contain confidential and/or privileged information. If you 
> are not the intended recipient (or have received this e-mail in error) please 
> notify the sender immediately and destroy this e-mail. Any unauthorized 
> copying, disclosure or distribution of the material in this e-mail is 
> strictly forbidden
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und 
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte 
> Weitergabe dieser Mail sind nicht gestattet.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to puppet-users+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/puppet-users/6fb10488cfd709c48a4fd4fe2c41a0d67840d0af.camel%40opentext.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/2502F2AE-DAAE-49BD-8F75-FF94A9381DA1%40gmail.com.


Re: [EXTERNAL] - [Puppet Users] Puppet (open source) Web Interface

2023-12-12 Thread 'Dirk Heinrichs' via Puppet Users
Am Sonntag, dem 10.12.2023 um 20:11 -0800 schrieb Ferdana Syaputra:

1. How do I install the puppetserver web interface? I can't install the puppet 
server web interfaces, I have tried all the instructions from youtube and web 
browsers but still not successful.

There is none. If you talk about a web UI for viewing reports and such, see 
https://theforeman.org.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/6fb10488cfd709c48a4fd4fe2c41a0d67840d0af.camel%40opentext.com.