$test = "0.24.1"

case $test {
  "0.24.1": {
    notify { $puppetversion: }
  }
  "": {
    notify { "empty": }
  }
  default: {
    notify { "matching": }
  }
}