A Saltstack formula designed to install and configure the Notepad++ text-editor (and to uninstall it later).
It is primarily expected that this formula will be run via P3's "watchmaker" framework.
This formula is able to install and configure the Notepad++ text-editor on Windows-based systems. Linux functionality would also have been provided, but there's currently no Linux variant from the same makers.
- notepad-plusplus
- notepad-plusplus.clean
- notepad-plusplus.package
- notepad-plusplus.package.clean
- notepad-plusplus.config
- notepad-plusplus.config.clean
Executes the package and config states to install and configure the Notepad++ editor. This includes the editor binaries, as well as some Windows Registry settings and user-configuration template files.
Executes the package and config states' clean actions to fully uninstall the Notepad++ editor and associated registry entries
Executes just the package state to install the Notepad++ package.
Executes just the package state's clean module to uninstall the Notepad++ binaries.
Executes just the config state to install registry-keys and other configuration-items to support the healthy running of the Notepad++ application
Executes just the config state's clean module to uninstall the Notepad++ application's registry keys and other configuration-items set up during a prior, formula-managed installation.