Puppet
Logo programu | |
| Autor | Puppet Labs |
|---|---|
| Pierwsze wydanie | 2005 |
| Aktualna wersja stabilna | 8.10.0 (22 października 2024) [±] |
| Język programowania | Ruby |
| System operacyjny | GNU/Linux, Unix, Windows |
| Licencja | Apache od wersji 2.7.0; GNU GPL dla starszych |
| Strona internetowa | |
Puppet – menadżer konfiguracji serwerów. Tworzony przez firmę Puppet od 2005, którą założył Luke Kanies. Jest rozwijany jako wolne oprogramowanie na licencji Apache, a przed wersją 2.7.0 na licencji GNU GPL.
Manifesty
Puppet odczytuje konfigurację serwera zawartą w tzw. manifeście. Zazwyczaj jest to plik tekstowy z rozszerzeniem .pp.
Poniższy przykład to manifest, którego uruchomienie spowoduje utworzenie pliku testfile z odpowiednimi własnościami[1]:
file {'testfile':
path => '/tmp/testfile',
ensure => present,
mode => 0640,
content => "Zawartość pliku.",
}
Użytkownicy
Wśród użytkowników Puppeta znajdują się: Wikimedia Foundation[2], Reddit[3], Dell, Zynga, Twitter, the New York Stock Exchange, Citrix Systems, Oracle, the Los Alamos National Laboratory, Stanford University, Lexmark, Google i inni[4].
Przypisy
- ↑ https://docs.puppet.com/puppet/latest/reference/lang_summary.html#files (ang.)
- ↑ http://blog.wikimedia.org/2011/09/19/ever-wondered-how-the-wikimedia-servers-are-configured/ (ang.)
- ↑ http://www.reddit.com/r/sysadmin/comments/r6zfv/we_are_sysadmins_reddit_ask_us_anything/ (ang.)
- ↑ Google, VMware, Cisco stuff Puppet with $8.5M (ang.)
Linki zewnętrzne
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.