Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 575 Bytes

not.markdown

File metadata and controls

30 lines (21 loc) · 575 Bytes
layout title categories published alias tags
default
not
Reference
Functions
not
true
reference-functions-not.html
reference
data functions
functions
not

Prototype: not(expression)

Return type: string

Description: Calculate whether expression is false

Arguments:

  • expression : Class expression, in the range .*

Example:

commands:
  "/usr/bin/generate_config $(config)"
    ifvarclass => not(fileexists("/etc/config/$(config)"));

Notes:

History: Was introduced in 3.2.0, Nova 2.1.0 (2011)