简体   繁体   中英

How to install changed source file using puppet?

I changed a source file in for one of my puppet modules, but an older version is already installed. How do I re-apply puppet so that it installs the new package?

A puppet run would make sure that the new file is present. If you want to remove the older version, you can use ensure => absent

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM