Skip to content

Instantly share code, notes, and snippets.

@adamcrews
Last active August 29, 2015 14:04
Show Gist options
  • Save adamcrews/4b10d8170df566289c02 to your computer and use it in GitHub Desktop.
Save adamcrews/4b10d8170df566289c02 to your computer and use it in GitHub Desktop.
Facter.add(:omd_version) do
confine :system_type => 'omd'
setcode do
stack = Facter.value('stack')
omddefault = %x{ omd versions |awk '/default/ {print $1}' }
%x{ basename $(readlink /omd/sites/#{stack}/version) }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment