I am trying to use the %TEMP% variable to copy a .sql file , so I can run it. But somehow the %TEMP% is not expanding while running puppet and the statement is failing..
file{'SQL Script File':
source => 'puppet:///modules/custom/updatelog.sql',
path => '%TEMP%\\updatelog.sql',
}
Can some one tell me how to access these windows environment variables in puppet...?
- List item
↧