diff options
-rw-r--r-- | modules/profile/manifests/xmr_stak.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/manifests/xmr_stak.pp b/modules/profile/manifests/xmr_stak.pp index 20d2c08..e5582eb 100644 --- a/modules/profile/manifests/xmr_stak.pp +++ b/modules/profile/manifests/xmr_stak.pp | |||
@@ -29,7 +29,7 @@ class profile::xmr_stak { | |||
29 | $mining_pool = lookup("xmr_stak::mining_pool") |$key| { {} } | 29 | $mining_pool = lookup("xmr_stak::mining_pool") |$key| { {} } |
30 | $wallet = lookup("xmr_stak::wallet") |$key| { {} } | 30 | $wallet = lookup("xmr_stak::wallet") |$key| { {} } |
31 | $password = lookup("xmr_stak::password") |$key| { "x" } | 31 | $password = lookup("xmr_stak::password") |$key| { "x" } |
32 | $instance = regsubst($facts["ec2_metadata"]["hostname"], "\.", "_", "G") | 32 | $instance = regsubst($facts["ec2_metadata"]["hostname"], '\.', "_", "G") |
33 | 33 | ||
34 | file { "/var/lib/xmr_stak/xmr-stak.conf": | 34 | file { "/var/lib/xmr_stak/xmr-stak.conf": |
35 | mode => "0644", | 35 | mode => "0644", |