This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE language SYSTEM "language.dtd"> | |
<!-- | |
This file is part of KDE's kate project. | |
copyright : (C) 2009, 2012 by Jessica Greer, John Coleman | |
email : [email protected] | |
********************************************************************** | |
* This library is free software; you can redistribute it and/or * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################ | |
# | |
# collectd - data collection daemon for performance monitoring | |
# | |
############################################################################ | |
bundle agent collectd(mware) { | |
vars: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jg685@macmillan procedures]$ rcsdiff -C5 procedure_initial_gui_config.txt | |
=================================================================== | |
RCS file: RCS/procedure_initial_gui_config.txt,v | |
retrieving revision 1.2 | |
diff -C5 -r1.2 procedure_initial_gui_config.txt | |
*** procedure_initial_gui_config.txt 2012/05/24 18:53:08 1.2 | |
--- procedure_initial_gui_config.txt 2012/05/24 20:37:46 | |
*************** | |
*** 19,28 **** | |
--- 19,30 ---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Testing version - not yet part of library | |
bundle agent template_std_flipclass(file, prefix, fileserver, mode, owner, group, class) { | |
files: | |
"$(file).template" | |
copy_from => copy_std("$(prefix)$(file).template", | |
"$(fileserver)", "false", "timestamp"), | |
perms => mode_owner_group("$(mode)", "$(owner)", "$(group)"), | |
action => actionsettings_fix_inform("inform"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Specifying package names | |
A package can be referred to for install,update,list,remove etc with | |
any of the following: | |
name | |
name.arch | |
name-ver | |
name-ver-rel | |
name-ver-rel.arch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages: | |
# First we want wireshark 1.0.11 | |
"wireshark" | |
package_policy => "add", | |
package_method => yum_rpm_exact, | |
package_version => "1.0.11-1.el5_6.4", | |
package_architectures => { "x86_64" }, | |
action => actionsettings_fix_inform("inform"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages: | |
"wireshark" | |
package_policy => "add", | |
package_method => yum_rpm_byname_enablerepo("yale-testing"), | |
action => actionsettings_fix_inform("inform"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages: | |
"rhm-docs" | |
package_policy => "add", | |
package_method => yum_rpm_exact_enablerepo("yale"), | |
package_version => "0.7.946106-8.el5", | |
package_architectures => { "noarch" }, | |
action => actionsettings_fix_inform("inform"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages: | |
"wireshark" | |
package_policy => "add", | |
package_method => yum_rpm_byname, | |
action => actionsettings_fix_inform("inform"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages: | |
"wireshark" | |
package_policy => "add", | |
package_method => yum_rpm_exact, | |
package_version => "1.0.15-1.el5_6.4", | |
package_architectures => { "x86_64" }, | |
action => actionsettings_fix_inform("inform"); |
NewerOlder