Hi

if I have this

hieradata/
|-- common.yaml
|-- nodes
|   `-- dev1.adbc.com.yaml
|-- os
|   `-- RedHat.yaml



:hierarchy:

  # node specific
  - "nodes/%{::trusted.certname}"

  # Applicaiton - YB
  - "ybapplication/%{::pp_ybapplication}"

  # Envornment - YB
  - "ybenv/%{::pp_ybenv}"

  # Location - YB
  - "yblocation/%{::pp_yblocation}"

  # OS specific
  - "os/%{::osfamily}"

  # common to all
  - common


then i use puppet/motd


vim  hieradata/os/RedHat.yaml

# motd
motd::content: "\n
Server build V1.6\n
\n
>>>>> %{::motd::extracontent} <<<<<<
\n
You are logging into %{::trusted.certname} [%{::pp_ybenv}]\n
"

can in 

hieradata/nodes/ybodev1.abc.com.yaml

# extra motd
motd::extracontent: "You are logging into a %{::pp_ybenv} environment\n
"


and when i run puppet -t --noop 

I don't see extracontent ???

Alex






-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/ce521df9-b21f-497f-a1eb-b074c77f8e28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to