Skip to content

Instantly share code, notes, and snippets.

@nickanderson
Created April 17, 2025 13:10
Show Gist options
  • Save nickanderson/705f57c737e86bfb3836df2c186dc5d0 to your computer and use it in GitHub Desktop.
Save nickanderson/705f57c737e86bfb3836df2c186dc5d0 to your computer and use it in GitHub Desktop.
ifelse() for masin
bundle agent php
{
	vars:
		"version" string => ifelse( "debian.!ubuntu", "8.0",
                                          "ubuntu", "8.2",
                                          "centos", "8.3",
                                          "freebsd", "82",
                                           " ¯\_(ツ)_/¯" );

}

bundle agent __main__
{
  methods:
      "php";
	reports:
		"$(php.version)";
}

R: 8.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment