ݺߣ
Submit Search
Puppet Sertifika Yönetimi
•
Download as ODP, PDF
•
0 likes
•
662 views
A
Aybüke Özdemir
Follow
1 of 10
Download now
Download to read offline
More Related Content
Puppet Sertifika Yönetimi
1.
Puppet Sertifika Yönetimi Aybüke
Özdemir(TA3IOQ) twitter.com/aybuke_ozdemir
2.
Yapılandırma ● Elle ● Kurulum
Sırasında ● Araçlar ile
3.
● Puppet Nedir? ●
Nasıl Çalışır?
4.
/etc/puppet/manifest/catalog.pp file { 'testfile': path
=> '/tmp/testfile', ensure => present, mode => 0640, content => "I'm a test file.", }
5.
class ntp { case
$operatingsystem { centos, redhat: { $service_name = 'ntpd' $conf_file = 'ntp.conf.el' } debian, ubuntu: { $service_name = 'ntp' $conf_file = 'ntp.conf.debian' } } package { 'ntp': ensure => installed, } file { 'ntp.conf': path => '/etc/ntp.conf', ensure => file, require => Package['ntp'], source => "/root/examples/answers/${conf_file}" } service { 'ntp': name => $service_name, ensure => running, enable => true, subscribe => File['ntp.conf'], } }
6.
● Puppet Sertifika
Çeşitleri: Naive Autosigning Basic Autosigning Policy-Based Autosigning
8.
● Stajda ne
yaptım? https://github.com/aybuke/policy-based-for-PUPPET
10.
SORULAR...
Download