Thứ Ba, 21 tháng 10, 2025

Puppet Cheat Sheet

Puppet là công cụ tự động hóa cấu hình, quản lý hệ thống qua mã nguồn, hỗ trợ đa nền tảng (Unix/Linux/Windows).

Yêu cầu hệ thống (System Requirements)

Yêu cầuMô tảGhi chú
Gói cài đặtCài puppetpuppet-commonpuppetmasterTrên Ubuntu: sudo apt install puppet puppet-common puppetmaster
Hệ điều hànhUnix/Linux hoặc Windows (chỉ hỗ trợ Agent, không có Puppetmaster trên Windows)Khuyến nghị Linux cho Puppetmaster

Thu thập thông tin hệ thống (System Facts)

LệnhMô tảVí dụ đầu ra
facterLiệt kê tất cả thông tin hệ thống (facts) để dùng trong script Puppetosfamily => Debian, memoryfree => 1.5 GB
facter [fact]Lấy giá trị cụ thể của factfacter hostname => server1

Thực thi script Puppet (Running Puppet Scripts)

LệnhMô tảGhi chú
puppet apply install-java.ppChạy script Puppet trong thư mục hiện tạiFile phải có đuôi .pp
sudo puppet apply --verbose install-java.ppChạy với chi tiết đầu raHữu ích để debug

Script Puppet (PP Script Examples)

Định nghĩa đường dẫn mặc định (Default Path)

Exec {
  path => [
    "/bin/",
    "/sbin/",
    "/usr/bin/",
    "/usr/sbin/"
  ]
}

Giải thích: Đặt đường dẫn hệ thống để Puppet tìm lệnh shell khi thực thi.

Chạy lệnh Shell (Execute Shell Commands)

exec { "install-stdlib":
  command => "sudo puppet module install --force puppetlabs-stdlib",
  path    => "/usr/local/bin:/bin:/usr/bin",
}

Giải thích: Cài đặt module stdlib từ Puppetlabs.

Ghi log thông tin hệ thống (Log System Facts)

file { "/tmp/facts.yaml":
  content => inline_template("<%= scope.to_hash.reject { |k,v| !(k.is_a?(String) && v.is_a?(String)) }.to_yaml %>"),
}

Giải thích: Lưu facts từ Facter vào file YAML để phân tích sau.

Cấu hình lớp (Class Configuration)

class { 'eclipse':
  method         => 'download',
  release_name   => 'kepler',
  service_release => 'SR2',
  ensure         => 'present',
}

Giải thích: Gọi class Eclipse với các tham số để cài đặt phiên bản cụ thể.

Thiết lập Node

node 'default' {
  include eclipse
  notice { 'Well done!': }
}

Giải thích: Áp dụng class Eclipse cho node mặc định và hiển thị thông báo.

Cài đặt dịch vụ Tomcat

tomcat::instance { 'tomcat8':
  catalina_base => '/opt/apache-tomcat/tomcat8',
  source_url    => 'http://mirror.nexcess.net/apache/tomcat/tomcat-8/v8.0.15/bin/apache-tomcat-8.0.15.tar.gz',
}

tomcat::service { 'default':
  catalina_base => '/opt/apache-tomcat/tomcat8',
}

Giải thích: Tải và chạy Tomcat 8 làm dịch vụ.

Quản lý module (Module Management)

LệnhMô tảVí dụ
puppet module listLiệt kê module đã càisudo puppet module list
puppet module search javaTìm module liên quan đến Java
puppet module uninstall puppetlabs-stdlibGỡ module stdlib
puppet module install puppetlabs-stdlibCài module stdlibThêm --force để ghi đè
puppet apply --modulepath ~/puppet-modules/modules/ script.ppChạy script với đường dẫn module tùy chỉnh

Xây dựng và cài đặt module (Building & Installing Modules)

BướcMô tảLệnh/Ví dụ
1Tạo file Modulefile trong thư mục module(Lưu ý: Bổ sung metadata.json)
2Build module từ thư mục chapuppet module build [moduledir]
3Cài module từ file buildpuppet module install [moduledir]/pkg/[vendor]-[module]-[version].tar.gz --force
4Kiểm tra module cục bộpuppet apply test.pp
5Tải lên Puppet ForgeĐăng nhập và dùng web upload

Mẹo sử dụng

  • Quyền root: Trên Ubuntu, luôn dùng sudo cho lệnh Puppet (ví dụ: sudo puppet module list).
  • Debug: Thêm --debug hoặc --verbose vào puppet apply.
  • Kiểm tra facts: Dùng facter -p để xem facts tùy chỉnh từ module.
=============================
Website không chứa bất kỳ quảng cáo nào, mọi đóng góp để duy trì phát triển cho website (donation) xin vui lòng gửi về STK 90.2142.8888 - Ngân hàng Vietcombank Thăng Long - TRAN VAN BINH
=============================
Nếu bạn không muốn bị AI thay thế và tiết kiệm 3-5 NĂM trên con đường trở thành DBA chuyên nghiệp hay làm chủ Database thì hãy đăng ký ngay KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE, được Coaching trực tiếp từ tôi với toàn bộ bí kíp thực chiến, thủ tục, quy trình của gần 20 năm kinh nghiệm (mà bạn sẽ KHÔNG THỂ tìm kiếm trên Internet/Google) từ đó giúp bạn dễ dàng quản trị mọi hệ thống Core tại Việt Nam và trên thế giới, đỗ OCP.
- CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
- Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
2 khóa học online qua video giúp bạn nhanh chóng có những kiến thức nền tảng về Linux, Oracle, học mọi nơi, chỉ cần có Internet/4G:
- Oracle cơ bản: https://bit.ly/admin_1200
- Linux: https://bit.ly/linux_1200
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile/Zalo: 0902912888
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: https://www.youtube.com/@binhguru
👨 Tiktok: https://www.tiktok.com/@binhguru
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhguru
👨 Podcast: https://www.podbean.com/pu/pbblog-eskre-5f82d6
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội

=============================
cơ sở dữ liệu, cơ sở dữ liệu quốc gia, database, AI, trí tuệ nhân tạo, artificial intelligence, machine learning, deep learning, LLM, ChatGPT, DeepSeek, Grok, oracle tutorial, học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,sql tutorial, khóa học pl/sql tutorial, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c/21c/23c/23ai, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle multitenant, Container Databases (CDB), Pluggable Databases (PDB), oracle cloud, oracle security, oracle fga, audit_trail,oracle RAC, ASM, oracle dataguard, oracle goldengate, mview, oracle exadata, oracle oca, oracle ocp, oracle ocm , oracle weblogic, postgresql tutorial, mysql tutorial, mariadb tutorial, ms sql server tutorial, nosql, mongodb tutorial, oci, cloud, middleware tutorial, docker, k8s, micro service, hoc solaris tutorial, hoc linux tutorial, hoc aix tutorial, unix tutorial, securecrt, xshell, mobaxterm, putty

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master