Displaying 1 result from an estimated 1 matches for "compresslogs".
Did you mean:
compressions
2012 Jul 23
1
Hiera problem: Can't convert Symbol into String
All,
I have found very few references to this error so I''m guessing I must be
doing something wrong. I have just started using hiera and am trying to use
it in the simplest way possible, I have a class that looks like this:
class app_users2($compresslogs = hiera(''compresslogs'')) {
#Setup Cronjob for compressing app logs
if $compresslog...